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

18 lines
303 B
Dart
Raw Permalink Normal View History

//
// MOP_finishRunningApplet.h
// mop
//
// Created by 王滔 on 2021/12/21.
//
#import "MOPBaseApi.h"
NS_ASSUME_NONNULL_BEGIN
@interface MOP_finishRunningApplet : MOPBaseApi
2021-12-22 17:32:18 +08:00
@property (nonatomic, copy) NSString *appletId;
@property (nonatomic, assign) BOOL animated;
@end
NS_ASSUME_NONNULL_END