19 lines
		
	
	
		
			394 B
		
	
	
	
		
			Objective-C
		
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			394 B
		
	
	
	
		
			Objective-C
		
	
	
	
//
 | 
						|
//  ATPerformanceLayout.h
 | 
						|
//  APRemoteLogging
 | 
						|
//
 | 
						|
//  Created by 卡迩 on 2018/6/26.
 | 
						|
//  Copyright © 2018年 Alipay. All rights reserved.
 | 
						|
//
 | 
						|
 | 
						|
#import "ATLayout.h"
 | 
						|
extern NSString *const kDefaultPerfHeader;/**< 默认性能埋点Header: D-MM*/
 | 
						|
extern NSString *const kPerfLogVersion;   /**< 性能埋点版本*/
 | 
						|
 | 
						|
/**
 | 
						|
 * 性能埋点Layout
 | 
						|
 */
 | 
						|
@interface ATPerformanceLayout : ATLayout
 | 
						|
 | 
						|
@end
 |