WeChatTweak-macOS/WeChatTweak/AntiRevoke.h
2021-05-09 19:12:03 +08:00

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