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