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

19 lines
268 B
Objective-C

//
// TATrackOverwriteEvent.h
// ThinkingSDK
//
// Created by Yangxiongon 2022/6/12.
//
#import "TDTrackEvent.h"
NS_ASSUME_NONNULL_BEGIN
@interface TDTrackOverwriteEvent : TDTrackEvent
@property (nonatomic, copy) NSString *eventId;
@end
NS_ASSUME_NONNULL_END