mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-25 14:49:30 +00:00
Extracted RoundedTextFieldCell
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user