mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 14:22:51 +00:00
15 lines
399 B
C++
15 lines
399 B
C++
#ifndef UNIFFIRUSSH_H
|
|
#define UNIFFIRUSSH_H
|
|
// Generated by uniffi-bindgen-react-native
|
|
#include <cstdint>
|
|
#include <jsi/jsi.h>
|
|
#include <ReactCommon/CallInvoker.h>
|
|
|
|
namespace uniffirussh {
|
|
using namespace facebook;
|
|
|
|
uint8_t installRustCrate(jsi::Runtime &runtime, std::shared_ptr<react::CallInvoker> callInvoker);
|
|
uint8_t cleanupRustCrate(jsi::Runtime &runtime);
|
|
}
|
|
|
|
#endif /* UNIFFIRUSSH_H */ |