1
0
kopia lustrzana https://github.com/gilshahar7/ExactTime.git synced 2025-07-02 01:26:47 +00:00
This commit is contained in:
2018-03-18 07:23:46 +02:00
zatwierdzone przez GitHub
rodzic 6be901c91f
commit 0539789782

Wyświetl plik

@ -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