소스 검색

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…
취소
저장