// // PlayerViewController+backupsFile.h // 隐私保护 // // Created by xd h on 2024/1/3. // #import "PlayerViewController.h" #import "uploadFileDataModel.h" #import "RCCommandHelp.h" //#import "uploadFileManager.h" #import "cachesFileManager.h" #import #import "connectDeviceManager.h" #import "PlayerViewController+upLoadFile.h" NS_ASSUME_NONNULL_BEGIN @interface PlayerViewController (backupsFile) - (void)beginGotoBackupsFileFun:(NSNotification *)notification; - (void)applyBackupsFileServiceResponseFun:(NSDictionary *)dataDict; - (void)backupsFileFunServiceResponseFun:(NSDictionary *)dataDict; @end NS_ASSUME_NONNULL_END