ios-unity/Classes_cocos/QrCodeViewController.h
2022-11-25 15:08:47 +08:00

21 lines
406 B
Objective-C

//
// QrCodeViewController.h
// Unity-iPhone
//
// Created by zhl on 2022/11/24.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface QrCodeViewController : UIViewController
@property (nonatomic, strong) UIImage* imgScan;
@property (nonatomic, copy) NSString* content;
@property (nonatomic, copy) NSString* tipTitle;
@property (nonatomic, assign) BOOL autosave;
@end
NS_ASSUME_NONNULL_END