Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/PojavLauncher_iOS
Path: blob/main/Natives/AppDelegate.h
589 views
1
//
2
// AppDelegate.h
3
//
4
5
#import <UIKit/UIKit.h>
6
7
@interface AppDelegate : UIResponder <UIApplicationDelegate>
8
9
@property (strong, nonatomic) UIWindow *window;
10
11
@end
12
13