AntDAU.h 346 B

123456789101112131415161718192021
  1. //
  2. // AntDAU.h
  3. // APRemoteLogging
  4. //
  5. // Created by 卡迩 on 2018/1/5.
  6. // Copyright © 2018年 Alipay. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @class AntBehavior;
  10. extern NSString *const kBizTypeDAU;
  11. @interface AntDAU : NSObject
  12. + (AntDAU *)shared;
  13. - (void)dauLog:(AntBehavior *)be
  14. handled:(BOOL *)handled;
  15. @end