19 lines
		
	
	
		
			289 B
		
	
	
	
		
			C
		
	
	
	
		
		
			
		
	
	
			19 lines
		
	
	
		
			289 B
		
	
	
	
		
			C
		
	
	
	
|  | //
 | ||
|  | //  TDAnalyticsPresetProperty.h
 | ||
|  | //  ThinkingSDK
 | ||
|  | //
 | ||
|  | //  Created by 杨雄 on 2024/5/27.
 | ||
|  | //
 | ||
|  | 
 | ||
|  | #import <Foundation/Foundation.h>
 | ||
|  | 
 | ||
|  | NS_ASSUME_NONNULL_BEGIN | ||
|  | 
 | ||
|  | @interface TDAnalyticsPresetProperty : NSObject | ||
|  | 
 | ||
|  | + (NSDictionary *)propertiesWithAppId:(NSString *)appId; | ||
|  | 
 | ||
|  | @end | ||
|  | 
 | ||
|  | NS_ASSUME_NONNULL_END |