mirror of
https://github.com/zhigang1992/LittleX.git
synced 2026-01-12 22:48:35 +08:00
7 lines
196 B
Objective-C
7 lines
196 B
Objective-C
#import "../headers/Preferences/Preferences.h"
|
|
|
|
@interface LTXRootListController : PSListController
|
|
-(NSDictionary*)trimDataSource:(NSDictionary*)dataSource;
|
|
-(NSMutableArray*)appSpecifiers;
|
|
@end
|