ios-unity/Classes_cocos/UIViewController+Wallet.h
2022-09-01 11:34:36 +08:00

19 lines
243 B
Objective-C

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