This commit is contained in:
Sharat M R
2019-04-23 02:55:53 +05:30
parent 0ec8d1a621
commit 7c57363522
9 changed files with 138 additions and 42 deletions

View File

@@ -0,0 +1,13 @@
#include "CCSRootListController.h"
@implementation CCSRootListController
- (NSArray *)specifiers {
if (!_specifiers) {
_specifiers = [[self loadSpecifiersFromPlistName:@"Root" target:self] retain];
}
return _specifiers;
}
@end