#ifndef NATIVE_ABILITY_WRAPPER_H #define NATIVE_ABILITY_WRAPPER_H #ifdef __cplusplus extern "C" { #endif void StartNative(); #ifdef __cplusplus } #endif #endif // NATIVE_ABILITY_WRAPPER_H