#ifndef NATIVE_SDK_AUTOMATION_HOST_H
#define NATIVE_SDK_AUTOMATION_HOST_H

#ifdef __cplusplus
extern "C" {
#endif

int native_sdk_automation_write_placeholder_screenshot(const char *path);

#ifdef __cplusplus
}
#endif

#endif
