Bläddra i källkod

1.4

beta-future-time
Gil Shahar 6 år sedan
förälder
incheckning
0539789782
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 0 tillägg och 20 borttagningar
  1. +0
    -20
      exacttimeprefs/ExactTimeprefs.mm

+ 0
- 20
exacttimeprefs/ExactTimeprefs.mm Visa fil

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

Laddar…
Avbryt
Spara