瀏覽代碼
1.4
beta-future-time
No account linked to committer's email address
共有
1 個文件被更改,包括
0 次插入 和
20 次删除
-
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 |