No account linked to committer's email address
1 changed files with
0 additions and
20 deletions
-
exacttimeprefs/ExactTimeprefs.mm
|
|
@@ -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 |