Newer
Older
imgui / examples / ios_example / imguiex / AppDelegate.h
//
//  AppDelegate.h
//  imguiex

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;


@end