6 lines
138 B
Objective-C
6 lines
138 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface IMCViewController : UIViewController
|
|
- (NSDictionary *)handleRPCRequest:(NSDictionary *)request;
|
|
@end
|