Add jailbroken iPhone MCP screen app
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@class IMCViewController;
|
||||
|
||||
@interface IMCMCPServer : NSObject
|
||||
- (instancetype)initWithViewController:(IMCViewController *)viewController port:(NSInteger)port;
|
||||
- (void)start;
|
||||
@end
|
||||
Reference in New Issue
Block a user