class YMKSize2u : NSObject
init(width: UInt, height: UInt)
var width: UInt { get }
var height: UInt { get }