// // UIViewController+Wallet.h // Unity-iPhone // // Created by zhl on 2022/9/1. // #pragma once #import @interface UIViewController (Wallet) +(void)toWallet:(NSString *)url; -(void)scanQRCode:(NSString *)funid title:(NSString *) title; -(void)signWithGoogle:(NSString *)funid; -(void)signOutGoogle:(NSString *)funid; @end