Extracted RoundedTextFieldCell

This commit is contained in:
michael starke
2013-06-05 12:32:39 +02:00
parent 8c4383b4d1
commit f7c6222910
20 changed files with 182 additions and 160 deletions

View File

@@ -14,6 +14,7 @@
#import "MPActionHelper.h"
#import "MPSettingsHelper.h"
#import "NSString+MPPasswordCreation.h"
#import "MPUppercaseStringValueTransformer.h"
@interface MPAppDelegate ()
@@ -28,6 +29,7 @@
+ (void)initialize {
[MPSettingsHelper setupDefaults];
[MPUppercaseStringValueTransformer registerTransformer];
}
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification {