miduo_client/Assets/Plugins/iOS/ThinkingSDK/Source/EventModel/TDFirstEventModel.h

13 lines
297 B
C
Raw Normal View History

2021-08-28 20:21:42 +08:00
#import "TDEventModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface TDFirstEventModel : TDEventModel
- (instancetype)initWithEventName:(NSString * _Nullable)eventName;
- (instancetype)initWithEventName:(NSString * _Nullable)eventName firstCheckID:(NSString *)firstCheckID;
@end
NS_ASSUME_NONNULL_END