1
0
mirror of https://github.com/ocornut/imgui.git synced 2025-01-11 05:52:12 +01:00

14 lines
177 B
Objective-C

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