MMKImagesImageDataDescriptor
|
@interface MMKImagesImageDataDescriptor : NSObject |
Summary
Class methods
|
+ (nonnull MMKImagesImageDataDescriptor *)imageDataDescriptorWithImageId:(nonnull NSString *)imageId |
Properties
|
@property (nonatomic, readonly, nonnull) NSString *imageId; |
|
@property (nonatomic, readonly, nullable) UIColor *primaryColor; |
|
@property (nonatomic, readonly, nullable) UIColor *secondaryColor; |
|
@property (nonatomic, readonly, nullable) UIColor *tertiaryColor; |
Class methods
imageDataDescriptorWithImageId:primaryColor:secondaryColor:tertiaryColor:
|
+ (nonnull MMKImagesImageDataDescriptor *)imageDataDescriptorWithImageId:(nonnull NSString *)imageId |
Properties
imageId
|
@property (nonatomic, readonly, nonnull) NSString *imageId; |
primaryColor
|
@property (nonatomic, readonly, nullable) UIColor *primaryColor; |
Optional field, can be nil.
secondaryColor
|
@property (nonatomic, readonly, nullable) UIColor *secondaryColor; |
Optional field, can be nil.
tertiaryColor
|
@property (nonatomic, readonly, nullable) UIColor *tertiaryColor; |
Optional field, can be nil.