• This project
    • Loading...
  • Sign in

hh_public / hh.uni-sdk.demo

Logo
Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • hh.uni-sdk.demo
  • HH-Uni_iOSDemo
  • SDK
  • Libs
  • BUFoundation.framework
  • Headers
  • BUUserAgentHelper.h
  • add iOS support · b905fd2b
    b905fd2b Browse Files
    chengyanfang authored 2021-05-31 11:03:12 +0800
BUUserAgentHelper.h 331 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
//
//  BUUserAgentHelper.h
//  BUAdSDK
//
//  Created by cuiyanan on 2019/9/3.
//  Copyright © 2019 bytedance. All rights reserved.
//

#import <Foundation/Foundation.h>
#import <WebKit/WebKit.h>
#import "BUCommonMacros.h"

@interface BUUserAgentHelper : NSObject
BU_SINGLETION(BUUserAgentHelper);

- (NSString *)userAgent;
@end