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

17 lines
201 B
Dart
Raw Normal View History

2020-04-26 14:57:08 +08:00
//
// MOP_currentApplet.h
// mop
//
// Created by 康旭耀 on 2020/4/16.
//
#import "MOPBaseApi.h"
NS_ASSUME_NONNULL_BEGIN
@interface MOP_currentApplet : MOPBaseApi
@end
NS_ASSUME_NONNULL_END