// // YOUPAIPickerViewHeader.h // MSYOUPAI // // Created by admin on 2022/3/4. // Copyright © 2022 MS. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface YOUPAIPickerViewHeader : UIView @property(strong, nonatomic) UIView *youpaiplineView; @property(strong, nonatomic) UIButton *youpaipCommitBtn; @property(strong, nonatomic) UIButton *youpaipCancleBtn; @end NS_ASSUME_NONNULL_END