// // TensorFlowWrapper.h // LenzCameraNativeModuleForRN // // Created by 王昭威 on 2023/1/29. // #import NS_ASSUME_NONNULL_BEGIN @class LenzTensorFlow; @interface TensorFlowWrapper : NSObject @property (nonatomic, readonly) LenzTensorFlow* tensorFlow; @end NS_ASSUME_NONNULL_END