mirror of
https://github.com/zhigang1992/LittleX.git
synced 2026-01-12 22:48:35 +08:00
8 lines
220 B
Objective-C
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 |