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

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;


@end