MMKImageSize
@interface MMKImageSize : NSObject |
Undocumented
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; |
Undocumented
width
@property (nonatomic, readonly, nullable) NSNumber *width; |
Optional field, can be nil.
height
@property (nonatomic, readonly, nullable) NSNumber *height; |
Optional field, can be nil.