mirror of
https://github.com/Drezil/imgui.git
synced 2024-11-15 09:27:00 +00:00
14 lines
177 B
Objective-C
14 lines
177 B
Objective-C
//
|
|
// AppDelegate.h
|
|
// imguiex
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
|
|
|
@property (strong, nonatomic) UIWindow *window;
|
|
|
|
|
|
@end
|
|
|