mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-24 08:49:42 +00:00
Converted to modern Objective-C
New UI for exporting attachments
This commit is contained in:
@@ -33,7 +33,7 @@ static NSString *allowedCharactersString(MPPasswordCharacterFlags flags) {
|
||||
@implementation NSString (MPPasswordCreationTools)
|
||||
|
||||
+ (NSDictionary *)_createPasswordSet:(MPPasswordCharacterFlags)flags {
|
||||
return [NSDictionary dictionary];
|
||||
return @{};
|
||||
}
|
||||
|
||||
- (NSDictionary *)_createPasswordSet:(MPPasswordCharacterFlags)flags {
|
||||
|
||||
Reference in New Issue
Block a user