19 lines
		
	
	
		
			268 B
		
	
	
	
		
			C
		
	
	
	
		
		
			
		
	
	
			19 lines
		
	
	
		
			268 B
		
	
	
	
		
			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 |