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

21 lines
327 B
Dart
Raw Normal View History

2020-02-27 17:21:45 +08:00
//
// MOP_openApplet.h
// mop
//
// Created by 杨涛 on 2020/2/27.
//
#import "MOPBaseApi.h"
NS_ASSUME_NONNULL_BEGIN
@interface MOP_openApplet : MOPBaseApi
@property(nonatomic,copy)NSString* appId;
2020-04-01 14:44:01 +08:00
@property(nonatomic,copy)NSNumber* sequence;
2020-02-27 17:21:45 +08:00
@property(nonatomic,copy)NSDictionary* params;
@end
NS_ASSUME_NONNULL_END