1
0
mirror of https://github.com/Drezil/imgui.git synced 2025-02-17 22:52:44 +00:00

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