Add jailbroken iPhone MCP screen app
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@class IMCCanvasView;
|
||||
|
||||
@interface IMCVideoStreamServer : NSObject
|
||||
- (instancetype)initWithCanvasView:(IMCCanvasView *)canvasView;
|
||||
- (void)start;
|
||||
- (NSDictionary *)streamStats;
|
||||
- (void)resetStreamStats;
|
||||
- (void)setDebugEnabled:(BOOL)enabled;
|
||||
@end
|
||||
Reference in New Issue
Block a user