// // downLoadPreViewCell.h // 隐私保护 // // Created by xd h on 2024/1/8. // #import #import "couldPhoneFileListModel.h" #import "NASFileAudioModel.h" #import "NASFileAndFolderModel.h" NS_ASSUME_NONNULL_BEGIN @interface downLoadPreViewCell : UITableViewCell @property(nonatomic,strong)UIView *lineView; @property(nonatomic,strong)UIView *cellBgView; @property(nonatomic,strong)UIImageView *mImageView; @property(nonatomic,strong)UILabel *titleLabel; @property(nonatomic,strong)UILabel *titleLabel2; @property(nonatomic,strong)UIImageView *rightImage; @property(nonatomic, strong) CALayer* bgViewLayer; @property(nonatomic, strong) UIButton *checkButton; @property (nonatomic,copy) void (^didClickSwitch)(BOOL SwitchOn); @property(nonatomic,strong) couldPhoneFileModel*curFileModel; @property(nonatomic,strong) NASFileAudioDataModel*curNASFileAudioDataModel; @property(nonatomic,strong) NASFileAndFolderDataModel*curNASFileAndFolderDataModel; @end NS_ASSUME_NONNULL_END