PDFPreView.h 360 B

1234567891011121314151617181920
  1. //
  2. // CPDFPreView.h
  3. // PDFViewer
  4. //
  5. // Created by kdanmobile_2 on 2023/1/12.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface PDFPreView : UIView
  10. @property (nonatomic,strong) UIImageView *documentImageView;
  11. @property (nonatomic,strong) UILabel *preLabel;
  12. @property (nonatomic,strong) UIImageView *preImageView;
  13. @end
  14. NS_ASSUME_NONNULL_END