forked from gilshahar7/ExactTime
1.4
This commit is contained in:
@ -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
|
|
Reference in New Issue
Block a user