Files
fressh/packages/react-native-uniffi-russh/cpp/react-native-uniffi-russh.h
2025-09-12 23:56:08 -04:00

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 */