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

18 lines
287 B
Dart
Raw Permalink Normal View History

//
// MOP_closeApplet.h
// mop
//
// Created by 王滔 on 2021/12/21.
//
#import "MOPBaseApi.h"
NS_ASSUME_NONNULL_BEGIN
@interface MOP_closeApplet : MOPBaseApi
@property (nonatomic, copy) NSString *appletId;
@property (nonatomic, assign) BOOL animated;
@end
NS_ASSUME_NONNULL_END