• 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
  • BUThreadSafeMutableArray.h
  • add iOS support · b905fd2b
    b905fd2b Browse Files
    chengyanfang authored 2021-05-31 11:03:12 +0800
BUThreadSafeMutableArray.h 284 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
//
//  BUThreadSafeMutableArray.h
//  BUAdSDK
//
//  Created by 李盛 on 2019/1/3.
//  Copyright © 2019 bytedance. All rights reserved.
//

#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface BUThreadSafeMutableArray : NSMutableArray

@end

NS_ASSUME_NONNULL_END