uploadFileRecordTableViewHeadView.h 408 B

12345678910111213141516171819202122
  1. //
  2. // uploadFileRecordTableViewHeadView.h
  3. // 隐私保护
  4. //
  5. // Created by xd h on 2023/11/20.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface uploadFileRecordTableViewHeadView : UIView
  10. @property(nonatomic,strong) UILabel *titleLabel;//
  11. @property(nonatomic,strong) UIButton *rightButton;//
  12. //点击
  13. @property (nonatomic,copy) void (^didClickButFun)(void);
  14. @end
  15. NS_ASSUME_NONNULL_END