7 lines
109 B
C
Raw Normal View History

#import <Foundation/Foundation.h>
@interface LSHTTPClientHook : NSObject
- (void)load;
- (void)unload;
@end