1
0
mirror of https://github.com/Drezil/imgui.git synced 2024-12-29 11:06:35 +00:00
imgui/examples/ios_example/imguiex/AppDelegate.h

14 lines
177 B
Objective-C

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