Sign in

iOS Team / CNliveBBASMModule · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CNliveBBASMModule
  • CNLiveBBASMModule
  • Classes
  • SMLibs
  • BBABoxParams.framework
  • Headers
  • BBABoxPathManager.h
  • 0.0.2
    945d4c32
    liushiyu authored
    2021-10-21 15:26:26 +0800  
    Browse Code »
BBABoxPathManager.h 382 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
//
//  BBAPathManager+BaiduBox.h
//
//  Created by Zhu,Yusong on 2019/1/28.
//

#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface BBABoxPathManager : NSObject

/// 获取BBABoxPathManager的单例
+ (instancetype)sharedInstance;

/// baiduboxapp文件夹路径(文件夹已生成,无须检查)
- (NSString *)baiduboxDirPath;

@end

NS_ASSUME_NONNULL_END