Add jailbroken iPhone MCP screen app

This commit is contained in:
Adolfo Reyna
2026-06-21 21:25:55 -04:00
parent 8dbc5f4c7b
commit ad30662a48
21 changed files with 2206 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
#import <Foundation/Foundation.h>
@class IMCViewController;
@interface IMCMCPServer : NSObject
- (instancetype)initWithViewController:(IMCViewController *)viewController port:(NSInteger)port;
- (void)start;
@end