// // fileTransferPathCheckViewController.h // 隐私保护 // // Created by xd h on 2023/12/28. // #import "BaseViewController.h" NS_ASSUME_NONNULL_BEGIN @interface fileTransferPathCheckViewController : BaseViewController @property(nonatomic,assign) NSInteger curType;// 1上传 2是备份 @end NS_ASSUME_NONNULL_END