1234567891011121314151617181920 |
- //
- // CPDFHeadView.h
- // PDFViewer
- //
- // Created by kdanmobile_2 on 2022/12/7.
- //
- #import <UIKit/UIKit.h>
- #import "PDFPreView.h"
- #import "Masonry.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface PDFHeadFooterPreView : PDFPreView
- @property (nonatomic,strong) UIImage *image;
- @end
- NS_ASSUME_NONNULL_END
|