MMKImageSize
|
@interface MMKImageSize : NSObject |
Summary
Class methods
|
+ (nonnull MMKImageSize *)sizeWithSize:(nonnull NSString *)size |
Properties
|
@property (nonatomic, readonly, nonnull) NSString *size; |
|
@property (nonatomic, readonly, nullable) NSNumber *width; |
|
@property (nonatomic, readonly, nullable) NSNumber *height; |
Class methods
sizeWithSize:width:height:
|
+ (nonnull MMKImageSize *)sizeWithSize:(nonnull NSString *)size |
Properties
size
|
@property (nonatomic, readonly, nonnull) NSString *size; |
width
|
@property (nonatomic, readonly, nullable) NSNumber *width; |
Optional field, can be nil.
height
|
@property (nonatomic, readonly, nullable) NSNumber *height; |
Optional field, can be nil.