Added UI to edit Argon2id key derivation settings

This commit is contained in:
Michael Starke
2021-11-23 23:26:21 +01:00
parent fccc0921b7
commit 2ec0945a51
13 changed files with 547 additions and 61 deletions

View File

@@ -0,0 +1,22 @@
//
// MPAdvancedDatabaseSettingsViewController.m
// MacPass
//
// Created by Michael Starke on 18.11.21.
// Copyright © 2021 HicknHack Software GmbH. All rights reserved.
//
#import "MPAdvancedDatabaseSettingsViewController.h"
@interface MPAdvancedDatabaseSettingsViewController ()
@end
@implementation MPAdvancedDatabaseSettingsViewController
- (void)viewDidLoad {
[super viewDidLoad];
// Do view setup here.
}
@end