This commit is contained in:
2018-03-18 07:23:46 +02:00
committed by GitHub
parent 6be901c91f
commit 0539789782

View File

@ -1,20 +0,0 @@
#import <Preferences/Preferences.h>
@interface ExactTimeprefsListController: PSListController {
}
@end
@implementation ExactTimeprefsListController
- (id)specifiers {
if(_specifiers == nil) {
_specifiers = [[self loadSpecifiersFromPlistName:@"ExactTimeprefs" target:self] retain];
}
return _specifiers;
}
-(void)apply{
[self.view endEditing:YES];
}
@end
// vim:ft=objc