2021-12-21 17:23:42 +08:00
|
|
|
//
|
|
|
|
// MOP_sendCustomEvent.h
|
|
|
|
// mop
|
|
|
|
//
|
|
|
|
// Created by 王滔 on 2021/12/21.
|
|
|
|
//
|
|
|
|
|
|
|
|
#import "MOPBaseApi.h"
|
|
|
|
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
|
|
|
|
@interface MOP_sendCustomEvent : MOPBaseApi
|
2021-12-22 17:32:18 +08:00
|
|
|
@property (nonatomic, strong) NSDictionary *eventData;
|
2021-12-21 17:23:42 +08:00
|
|
|
@end
|
|
|
|
|
|
|
|
NS_ASSUME_NONNULL_END
|