Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/PojavLauncher_iOS
Path: blob/main/Natives/LauncherProfileEditorViewController.h
589 views
1
#import <UIKit/UIKit.h>
2
#import "PLPrefTableViewController.h"
3
4
@interface LauncherProfileEditorViewController : PLPrefTableViewController
5
@property(nonatomic) NSMutableDictionary* profile;
6
@end
7
8