mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 16:19:29 +00:00
extracted magic constant to acutal constant
This commit is contained in:
@@ -29,6 +29,8 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@class KPKAttribute;
|
||||
@class KPKTree;
|
||||
|
||||
FOUNDATION_EXPORT NSString *const MPPluginUnkownVersion;
|
||||
|
||||
@interface MPPlugin : NSObject
|
||||
|
||||
@property (copy, readonly) NSString *identifier;
|
||||
@@ -36,7 +38,6 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@property (copy, readonly) NSString *version;
|
||||
@property (nonatomic, strong, readonly) NSBundle *bundle;
|
||||
|
||||
|
||||
/**
|
||||
If your plugin needs initalization override this method but you have to call [super initWithPluginHost:]
|
||||
Otherwise your plugin might not get registered correctly
|
||||
|
||||
Reference in New Issue
Block a user