SDK_UnityMoney/Assets/Plugins/iOS/ThinkingSDK/Source/EventTracker/EventModel/TDFirstEventModel.h

20 lines
398 B
C
Raw Normal View History

2025-08-30 09:38:53 +00:00
#if __has_include(<ThinkingSDK/TDEventModel.h>)
#import <ThinkingSDK/TDEventModel.h>
#else
#import "TDEventModel.h"
#endif
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