Add Pref
This commit is contained in:
13
screendumpprefs/CCSRootListController.m
Normal file
13
screendumpprefs/CCSRootListController.m
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "CCSRootListController.h"
|
||||
|
||||
@implementation CCSRootListController
|
||||
|
||||
- (NSArray *)specifiers {
|
||||
if (!_specifiers) {
|
||||
_specifiers = [[self loadSpecifiersFromPlistName:@"Root" target:self] retain];
|
||||
}
|
||||
|
||||
return _specifiers;
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user