mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 03:49:22 +00:00
23 lines
436 B
Objective-C
23 lines
436 B
Objective-C
//
|
|
// 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
|