// // fileTransferPathCheckViewController.h // 隐私保护 // // Created by xd h on 2023/12/28. // #import "BaseViewController.h" //#import "backupsFileManager.h" #import "nasBackupsManager.h" NS_ASSUME_NONNULL_BEGIN @interface fileTransferPathCheckViewController : BaseViewController @property(nonatomic,assign) NSInteger curType;// 1上传 2是备份 3.盒子接收路径 @property (nonatomic,copy) void (^didChangeSavePathFun)(void); @end NS_ASSUME_NONNULL_END