CPDFBackgroundPreview.h 373 B

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