#ifndef Lifecycle_H
#define Lifecycle_H

#include <jsi/jsi.h>

using namespace facebook::jsi;

namespace sharedjsi
{
Function ditto_init_sdk_version(Runtime &runtime);
Function ditto_shutdown(Runtime &runtime);
Function ditto_free(Runtime &runtime);
Function dittoffi_ditto_try_new_blocking(Runtime &runtime);
}

#endif /* Lifecycle_H */
