YMKImageSize

@interface YMKImageSize : NSObject

Undocumented

Summary

Class methods

+ (nonnull YMKImageSize *)sizeWithSize:(nonnull NSString *)size
                                 width:(nullable NSNumber *)width
                                height:(nullable NSNumber *)height;

Properties

@property (nonatomic, readonly, nonnull) NSString *size;
Undocumented

@property (nonatomic, readonly, nullable) NSNumber *width;
Optional field, can be nil

@property (nonatomic, readonly, nullable) NSNumber *height;
Optional field, can be nil

Class methods

sizeWithSize:width:height:

+ (nonnull YMKImageSize *)sizeWithSize:(nonnull NSString *)size
                                 width:(nullable NSNumber *)width
                                height:(nullable NSNumber *)height;


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.