YMKImageSize
|
@interface YMKImageSize : NSObject |
Summary
Class methods
|
+ (nonnull YMKImageSize *)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 YMKImageSize *)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.