ATDataFlowLayout.h 335 B

123456789101112131415161718
  1. //
  2. // ATDataFlowLayout.h
  3. // APRemoteLogging
  4. //
  5. // Created by 卡迩 on 2018/7/2.
  6. // Copyright © 2018年 Alipay. All rights reserved.
  7. //
  8. #import "ATLayout.h"
  9. extern NSString *const kDefaultDataFlowHeader; /**< 默认流量监控埋点Header: DF*/
  10. /**
  11. * 流量监控埋点Layout
  12. */
  13. @interface ATDataFlowLayout : ATLayout
  14. @end