@class UIView; @protocol UIPrintOptionViewDelegate; @interface UIPrintOptionViewCell : UIPrintOptionCell @property (weak, nonatomic) id optionViewDelegate; @property (retain, nonatomic) UIView *printOptionView; - (void)prepareForReuse; - (void).cxx_destruct; - (void)printOptionCellTapped; @end