Files
2024-01-31 16:17:21 +00:00

11 lines
172 B
Objective-C
Vendored

#import <Foundation/NSObject.h>
extern BOOL kt42482Deallocated;
extern id kt42482Global;
@interface KT42482 : NSObject
-(int)fortyTwo;
@end
void kt42482Swizzle(id obj);