imgui/examples/example_apple/imguiex-ios/AppDelegate.h

14 lines
177 B
C
Raw Normal View History

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