YMKSize2u

@interface YMKSize2u : NSObject

Summary

Class methods

+ (nonnull YMKSize2u *)size2uWithWidth:( NSUInteger)width
                                height:( NSUInteger)height;

Properties

@property (nonatomic, readonly) NSUInteger width;

@property (nonatomic, readonly) NSUInteger height;

Class methods

size2uWithWidth:height:

+ (nonnull YMKSize2u *)size2uWithWidth:( NSUInteger)width
                                height:( NSUInteger)height;


Properties

width

@property (nonatomic, readonly) NSUInteger width;


height

@property (nonatomic, readonly) NSUInteger height;


Previous