/******************************************************* * Copyright (C) 2025 XMind Ltd. - All Rights Reserved * * Sign in with Apple using ASWebAuthenticationSession *******************************************************/ #ifndef SIWA_H #define SIWA_H #include Napi::Value SiwaSignIn(const Napi::CallbackInfo& info); Napi::Value SiwaIsAvailable(const Napi::CallbackInfo& info); #endif // SIWA_H