BUUserAgentHelper.h 331 B

123456789101112131415161718
  1. //
  2. // BUUserAgentHelper.h
  3. // BUAdSDK
  4. //
  5. // Created by cuiyanan on 2019/9/3.
  6. // Copyright © 2019 bytedance. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <WebKit/WebKit.h>
  10. #import "BUCommonMacros.h"
  11. @interface BUUserAgentHelper : NSObject
  12. BU_SINGLETION(BUUserAgentHelper);
  13. - (NSString *)userAgent;
  14. @end