7 lines
109 B
Objective-C

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