demotool/imgui/examples/apple_example/imguiex-ios/AppDelegate.h

14 lines
177 B
C
Raw Normal View History

2017-09-30 10:26:30 +02:00
//
// AppDelegate.h
// imguiex
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end