12345678910111213141516171819 |
- //
- // YOUPAIPickerViewHeader.h
- // MSYOUPAI
- //
- // Created by admin on 2022/3/4.
- // Copyright © 2022 MS. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- 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
|