PDFHeaderFooterSettingView.h 390 B

12345678910111213141516171819202122
  1. //
  2. // CPDFSettingView.h
  3. // PDFViewer
  4. //
  5. // Created by kdanmobile_2 on 2022/12/13.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface PDFHeaderFooterSettingView : UIView
  10. @property (nonatomic,strong) UILabel *settinigLabel;
  11. @property (nonatomic,strong) UIButton *addButton;
  12. @property (nonatomic,strong) UIButton *deleteButton;
  13. - (void)setText;
  14. @end
  15. NS_ASSUME_NONNULL_END