YMKSize2u
|
@interface YMKSize2u : NSObject |
Summary
Class methods
|
+ (nonnull YMKSize2u *)size2uWithWidth:( NSUInteger)width |
Properties
|
@property (nonatomic, readonly) NSUInteger width; |
|
@property (nonatomic, readonly) NSUInteger height; |
Class methods
size2uWithWidth:height:
|
+ (nonnull YMKSize2u *)size2uWithWidth:( NSUInteger)width |
Properties
width
|
@property (nonatomic, readonly) NSUInteger width; |
height
|
@property (nonatomic, readonly) NSUInteger height; |