// // MHPrintView.h #import @class MHBeautiesModel; NS_ASSUME_NONNULL_BEGIN @protocol MHPrintViewDelegate - (void)handlePrint:(MHBeautiesModel *)model; @end @interface MHPrintView : UIView @property (nonatomic, weak) id delegate; @end NS_ASSUME_NONNULL_END