WeChatTweak-macOS/WeChatTweak/AutoAuth.h
2021-05-09 00:27:46 +08:00

21 lines
330 B
Objective-C

//
// AutoAuth.h
// WeChatTweak
//
// Created by Sunny Young on 2021/5/8.
// 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 (AutoAuth)
@end
NS_ASSUME_NONNULL_END