17 lines
256 B
Dart
17 lines
256 B
Dart
|
//
|
||
|
// MOP_sendCustomEvent.h
|
||
|
// mop
|
||
|
//
|
||
|
// Created by 王滔 on 2021/12/21.
|
||
|
//
|
||
|
|
||
|
#import "MOPBaseApi.h"
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface MOP_sendCustomEvent : MOPBaseApi
|
||
|
@property (nonatomic, strong) NSDictonary *eventData;
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|