PDFHeadFooterPreView.h 298 B

1234567891011121314151617181920
  1. //
  2. // CPDFHeadView.h
  3. // PDFViewer
  4. //
  5. // Created by kdanmobile_2 on 2022/12/7.
  6. //
  7. #import <UIKit/UIKit.h>
  8. #import "PDFPreView.h"
  9. #import "Masonry.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface PDFHeadFooterPreView : PDFPreView
  12. @property (nonatomic,strong) UIImage *image;
  13. @end
  14. NS_ASSUME_NONNULL_END