atdalīts no Mojave/ExactTime
18 rindas
279 B
Objective-C
18 rindas
279 B
Objective-C
#include "RootListController.h"
|
|
|
|
@implementation RootListController
|
|
|
|
- (NSArray *)specifiers {
|
|
if (!_specifiers) {
|
|
_specifiers = [[self loadSpecifiersFromPlistName:@"Root" target:self] retain];
|
|
}
|
|
|
|
return _specifiers;
|
|
}
|
|
|
|
-(void)apply{
|
|
[self.view endEditing:YES];
|
|
}
|
|
|
|
@end
|