mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-21 21:19:32 +00:00
Refactored to NS_ENUM and NS_OPTION
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
#ifndef MacPass_MPDatabaseVersion_h
|
||||
#define MacPass_MPDatabaseVersion_h
|
||||
|
||||
typedef enum {
|
||||
typedef NS_ENUM(NSUInteger, MPDatabaseVersion) {
|
||||
MPDatabaseVersion3,
|
||||
MPDatabaseVersion4
|
||||
} MPDatabaseVersion;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user