mirror of
https://github.com/Sunnyyoung/WeChatTweak-macOS.git
synced 2025-05-23 23:06:08 +08:00
21 lines
334 B
Objective-C
21 lines
334 B
Objective-C
//
|
|
// AntiRevoke.h
|
|
// WeChatTweak
|
|
//
|
|
// Created by Sunny Young on 2021/5/9.
|
|
// Copyright © 2021 Sunnyyoung. All rights reserved.
|
|
//
|
|
|
|
#import <AppKit/AppKit.h>
|
|
#import <objc/runtime.h>
|
|
#import <objc/message.h>
|
|
#import <JRSwizzle/JRSwizzle.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface NSObject (AntiRevoke)
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|