Converted to modern Objective-C

New UI for exporting attachments
This commit is contained in:
michael starke
2013-07-03 14:53:24 +02:00
parent 2abf258308
commit 4a3232b39d
13 changed files with 507 additions and 52 deletions

View File

@@ -33,7 +33,7 @@ static NSString *allowedCharactersString(MPPasswordCharacterFlags flags) {
@implementation NSString (MPPasswordCreationTools)
+ (NSDictionary *)_createPasswordSet:(MPPasswordCharacterFlags)flags {
return [NSDictionary dictionary];
return @{};
}
- (NSDictionary *)_createPasswordSet:(MPPasswordCharacterFlags)flags {