ATMonitorLayout.h 406 B

12345678910111213141516171819
  1. //
  2. // ATMonitorLayout.h
  3. // APRemoteLogging
  4. //
  5. // Created by 卡迩 on 2018/7/4.
  6. // Copyright © 2018年 Alipay. All rights reserved.
  7. //
  8. #import "ATLayout.h"
  9. extern NSString *const kDefaultMonitorHeader; /**< 默认性能管理埋点Header: D-EM*/
  10. extern NSString *const kMonitorLogVersion; /**< 性能管理埋点版本*/
  11. /**
  12. * 性能管理Layout
  13. */
  14. @interface ATMonitorLayout : ATLayout
  15. @end