Archived
1
Fork 0
This repository has been archived on 2025-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
prism/platforms/uikit/AppDelegate.h

7 lines
172 B
C
Raw Normal View History

2022-02-20 23:28:18 -05:00
#import <UIKit/UIApplication.h> // UIApplicationDelegate
@interface AppDelegate : UIResponder <UIApplicationDelegate>
2022-08-15 11:09:43 -04:00
@property(strong, nonatomic) UIWindow* window;
2022-02-20 23:28:18 -05:00
@end