12345678910111213141516171819 |
- //
- // 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
|