Files
mcp_screen/iphone_app/IMCAppDelegate.h
T
2026-06-21 21:27:06 -04:00

6 lines
142 B
Objective-C

#import <UIKit/UIKit.h>
@interface IMCAppDelegate : UIResponder <UIApplicationDelegate>
@property (nonatomic, strong) UIWindow *window;
@end