mop-flutter-sdk/ios/Classes/Api/MOP_qrcodeOpenApplet.h

19 lines
250 B
Dart

//
// MOP_scanOpenApplet.h
// mop
//
// Created by beetle_92 on 2021/6/7.
//
#import "MOPBaseApi.h"
NS_ASSUME_NONNULL_BEGIN
@interface MOP_qrcodeOpenApplet : MOPBaseApi
@property (nonatomic,copy) NSString *qrcode;
@end
NS_ASSUME_NONNULL_END