CPDFBatesSettingController.h 385 B

123456789101112131415161718192021
  1. //
  2. // BatesSettingViewController.h
  3. // PDFViewer
  4. //
  5. // Created by kdanmobile_2 on 2022/11/17.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface CPDFBatesSettingController : UIViewController
  10. @property (nonatomic,strong) UIImage *image;
  11. @property (nonatomic,assign) CGSize size;
  12. - (id)initWithIamge:(UIImage *)image WithSize:(CGSize)size;
  13. @end
  14. NS_ASSUME_NONNULL_END