// // XCForwarder.h // SAGESSE // // Created by SAGESSE on 2019/4/30. // #ifndef __XCForwarder_H__ #define __XCForwarder_H__ #ifdef __cplusplus extern "C" { #endif /// Load the data from the Forwarder. unsigned char* XCForwarderLoadData(const char* name, const char* mode, void* size); #ifdef __cplusplus } #endif #endif //__XCForwarder_H__