Ver código fonte

1.4

beta-future-time
Gil Shahar 6 anos atrás
pai
commit
0539789782
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 0 adições e 20 exclusões
  1. +0
    -20
      exacttimeprefs/ExactTimeprefs.mm

+ 0
- 20
exacttimeprefs/ExactTimeprefs.mm Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar