Banuba SDK
BNBSize.h
Go to the documentation of this file.
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file was generated by Djinni from types.djinni
3 
4 #import <Foundation/Foundation.h>
5 
6 
7 #ifndef DJINNI_EXPORT
8  #define DJINNI_EXPORT __attribute__((__visibility__("default")))
9 #endif
10 
12 @interface BNBSize : NSObject
13 - (nonnull instancetype)initWithWidth:(int32_t)width
14  height:(int32_t)height;
15 + (nonnull instancetype)sizeWithWidth:(int32_t)width
16  height:(int32_t)height;
17 
18 @property (nonatomic, readonly) int32_t width;
19 
20 @property (nonatomic, readonly) int32_t height;
21 
22 @end
BNBSize
Definition: BNBSize.h:12
BNBSize::height
int32_t height
Definition: BNBSize.h:20
BNBSize::width
int32_t width
Definition: BNBSize.h:18
DJINNI_EXPORT
#define DJINNI_EXPORT
Definition: BNBSize.h:8