// // BatesSettingViewController.h // PDFViewer // // Created by kdanmobile_2 on 2022/11/17. // #import NS_ASSUME_NONNULL_BEGIN @interface CPDFBatesSettingController : UIViewController @property (nonatomic,strong) UIImage *image; @property (nonatomic,assign) CGSize size; - (id)initWithIamge:(UIImage *)image WithSize:(CGSize)size; @end NS_ASSUME_NONNULL_END