4 #import <Foundation/Foundation.h>
8 #define DJINNI_EXPORT __attribute__((__visibility__("default")))
13 - (nonnull instancetype)initWithModelViewM:(nonnull NSArray<NSNumber *> *)modelViewM
14 projectionM:(nonnull NSArray<NSNumber *> *)projectionM;
15 + (nonnull instancetype)cameraPositionWithModelViewM:(nonnull NSArray<NSNumber *> *)modelViewM
16 projectionM:(nonnull NSArray<NSNumber *> *)projectionM;
18 @property (nonatomic, readonly, nonnull) NSArray<NSNumber *> *
modelViewM;
20 @property (nonatomic, readonly, nonnull) NSArray<NSNumber *> *
projectionM;