14 lines
177 B
C
14 lines
177 B
C
|
//
|
||
|
// AppDelegate.h
|
||
|
// imguiex
|
||
|
|
||
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
||
|
|
||
|
@property (strong, nonatomic) UIWindow *window;
|
||
|
|
||
|
|
||
|
@end
|
||
|
|