mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-21 12:59:37 +00:00
Refactored to NS_ENUM and NS_OPTION
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
typedef enum {
|
||||
typedef NS_ENUM(NSUInteger, MPIconType) {
|
||||
MPIconPassword,
|
||||
MPIconPackageNetwork,
|
||||
MPIconWarning,
|
||||
@@ -20,7 +20,7 @@ typedef enum {
|
||||
MPIconIdentity,
|
||||
MPIconContact,
|
||||
MPIconCamera
|
||||
} MPIconType;
|
||||
};
|
||||
|
||||
@interface MPIconHelper : NSObject
|
||||
|
||||
|
||||
Reference in New Issue
Block a user