// // PlayerViewController+upLoadFile.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" NS_ASSUME_NONNULL_BEGIN @interface PlayerViewController (upLoadFile) - (void)beginGotoUploadFileFun:(NSNotification *)notification; - (void)suspendUploadFileFun:(NSNotification *)notification; - (void)applyUploadFileServiceResponseFun:(NSDictionary *)dataDict; - (void)upLoadFileFunServiceResponseFun:(NSDictionary *)dataDict; @end NS_ASSUME_NONNULL_END