diff --git a/src/JCWallet.d.ts b/src/JCWallet.d.ts index 2bf357f..3e5dd97 100644 --- a/src/JCWallet.d.ts +++ b/src/JCWallet.d.ts @@ -22,6 +22,8 @@ declare namespace jsb { export function callJcVoidMethodJNI(id: number, methodName: string); export function signWithTwitter(id: number); export function signOutGoogle(id: number); + export function showWebPage(url: string); + export function openURL(url: string); export function scanQRCode(id: number, title: string); export function restoreKey(id: number, oid: string); export function generateWallet(idHash: string, seedHash: string);