Files
TFDidThatSay/prefs/TFDTSRootListController.m

14 行
231 B
Objective-C

#include "TFDTSRootListController.h"
@implementation TFDTSRootListController
- (NSArray *)specifiers {
if (!_specifiers) {
_specifiers = [self loadSpecifiersFromPlistName:@"Root" target:self];
}
return _specifiers;
}
@end