Banuba SDK
|
#import <BNBSize.h>
Instance Methods | |
(nonnull instancetype) | - initWithWidth:height: |
Class Methods | |
(nonnull instancetype) | + sizeWithWidth:height: |
Properties | |
int32_t | width |
int32_t | height |
- (nonnull instancetype) initWithWidth: | (int32_t) | width | |
height: | (int32_t) | height | |
+ (nonnull instancetype) sizeWithWidth: | (int32_t) | width | |
height: | (int32_t) | height | |