blob: 82f1542eb39f0a515dae4db3acc33fae70ffdca8 [file] [log] [blame]
//
// AppDelegate.h
// imguiex
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end