fork 自 lint/TFDidThatSay
14 行
231 B
Objective-C
14 行
231 B
Objective-C
#include "TFDTSRootListController.h"
|
|
|
|
@implementation TFDTSRootListController
|
|
|
|
- (NSArray *)specifiers {
|
|
if (!_specifiers) {
|
|
_specifiers = [self loadSpecifiersFromPlistName:@"Root" target:self];
|
|
}
|
|
|
|
return _specifiers;
|
|
}
|
|
|
|
@end
|