BBABoxPathManager.h
382 Bytes
//
// 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