// // YOUPAISelectSexView.h // MSYOUPAI // // Created by admin on 2022/3/8. // Copyright © 2022 MS. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface YOUPAISelectSexView : UIView @property (strong,nonatomic) UIButton* youpaipmanBtn; @property (strong,nonatomic) UIButton* youpaipwomanBtn; @property (strong,nonatomic) UILabel* youpaipremarkLab; @property (strong,nonatomic) UIImageView* youpaipLeftLine; @property (strong,nonatomic) UIImageView* youpaipRightLine; @end NS_ASSUME_NONNULL_END