Gil Shahar 6 роки тому
джерело
коміт
0539789782
Аккаунт користувача з таким Email не знайдено
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

Завантаження…
Відмінити
Зберегти