mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 03:49:22 +00:00
18 lines
330 B
Objective-C
18 lines
330 B
Objective-C
//
|
|
// MPAdvancedDatabaseSettingsViewController.h
|
|
// MacPass
|
|
//
|
|
// Created by Michael Starke on 18.11.21.
|
|
// Copyright © 2021 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface MPAdvancedDatabaseSettingsViewController : NSViewController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|