瀏覽代碼

1.4

beta-future-time
Gil Shahar 6 年之前
父節點
當前提交
0539789782
No account linked to committer's email address
共有 1 個文件被更改,包括 0 次插入20 次删除
  1. +0
    -20
      exacttimeprefs/ExactTimeprefs.mm

+ 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

Loading…
取消
儲存