mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 21:42:32 +00:00
moved to seperate header file
this typedef needed to move to a seperate header file so that it could be referenced in other header files, as there is no forward declartions for enums.
This commit is contained in:
@@ -11,11 +11,6 @@
|
||||
APPKIT_EXTERN NSString *const MPDidLoadDatabaseNotification;
|
||||
APPKIT_EXTERN NSString *const MPDatabaseDocumentDocumentKey;
|
||||
|
||||
typedef enum {
|
||||
MPDatabaseVersion3,
|
||||
MPDatabaseVersion4
|
||||
} MPDatabaseVersion;
|
||||
|
||||
@class KdbPassword;
|
||||
@class KdbGroup;
|
||||
@class KdbEntry;
|
||||
|
||||
Reference in New Issue
Block a user