Files
LittleX/settings/LTXAppSettingsController.h
2018-02-19 06:57:53 -05:00

8 lines
220 B
Objective-C

#import "../headers/Preferences/Preferences.h"
@interface LTXAppSettingsController : PSListController
@property (nonatomic, strong) NSString *displayName;
@property (nonatomic, strong) NSString *bundleIdentifier;
@end