// // mySetHeadView.h // 隐私保护 // // Created by xd h on 2023/11/9. // #import NS_ASSUME_NONNULL_BEGIN @interface mySetHeadView : UIView @property (nonatomic,strong)UILabel *imageBackupsLabel; @property (nonatomic,strong)UIButton *imageBackupsButton; - (void)closeImageBackupsFun; // @property (nonatomic,copy) void (^didClickBut)(NSInteger tag); @end NS_ASSUME_NONNULL_END