Instance Method
initWithWidgetSize:
Initializes a newly allocated size object with the specified size structure.
Declaration
-(instancetype)initWithWidgetSize:(HSWidgetSize)size;
Parameters
-
size
size structure that this object will represent
Return Value
A size object initialized with the given size structure that it represents.