5 #import <Foundation/Foundation.h>
9 #define DJINNI_EXPORT __attribute__((__visibility__("default")))
14 - (nonnull instancetype)initWithWidth:(int32_t)width
15 height:(int32_t)height
16 orientation:(BNBRotation)orientation;
17 + (nonnull instancetype)fullImageFormatWithWidth:(int32_t)width
18 height:(int32_t)height
19 orientation:(BNBRotation)orientation;
21 @property (nonatomic, readonly) int32_t
width;
23 @property (nonatomic, readonly) int32_t
height;