Files
imgui/examples/example_apple/imguiex-ios/AppDelegate.h
2018-06-10 15:42:14 +02:00

14 lines
177 B
Objective-C

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