12345678910111213141516171819 |
- //
- // CPDFBackgroundPreview.h
- // PDFViewer
- //
- // Created by kdanmobile_2 on 2023/1/2.
- //
- #import <UIKit/UIKit.h>
- #import "PDFPreView.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface PDFBackgroundPreview : PDFPreView
- @property (nonatomic,strong) UIColor *tintColor;
- @end
- NS_ASSUME_NONNULL_END
|