mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 04:42:29 +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 MPDidLoadDatabaseNotification;
|
||||||
APPKIT_EXTERN NSString *const MPDatabaseDocumentDocumentKey;
|
APPKIT_EXTERN NSString *const MPDatabaseDocumentDocumentKey;
|
||||||
|
|
||||||
typedef enum {
|
|
||||||
MPDatabaseVersion3,
|
|
||||||
MPDatabaseVersion4
|
|
||||||
} MPDatabaseVersion;
|
|
||||||
|
|
||||||
@class KdbPassword;
|
@class KdbPassword;
|
||||||
@class KdbGroup;
|
@class KdbGroup;
|
||||||
@class KdbEntry;
|
@class KdbEntry;
|
||||||
|
|||||||
Reference in New Issue
Block a user