20 lines
406 B
Objective-C
20 lines
406 B
Objective-C
//
|
|
// ATMonitorLayout.h
|
|
// APRemoteLogging
|
|
//
|
|
// Created by 卡迩 on 2018/7/4.
|
|
// Copyright © 2018年 Alipay. All rights reserved.
|
|
//
|
|
|
|
#import "ATLayout.h"
|
|
|
|
extern NSString *const kDefaultMonitorHeader; /**< 默认性能管理埋点Header: D-EM*/
|
|
extern NSString *const kMonitorLogVersion; /**< 性能管理埋点版本*/
|
|
|
|
/**
|
|
* 性能管理Layout
|
|
*/
|
|
@interface ATMonitorLayout : ATLayout
|
|
|
|
@end
|