PDFBackgroundPreview.h 290 B

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