YOUPAISelectSexView.h 537 B

123456789101112131415161718192021
  1. //
  2. // YOUPAISelectSexView.h
  3. // MSYOUPAI
  4. //
  5. // Created by admin on 2022/3/8.
  6. // Copyright © 2022 MS. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YOUPAISelectSexView : UIView
  11. @property (strong,nonatomic) UIButton* youpaipmanBtn;
  12. @property (strong,nonatomic) UIButton* youpaipwomanBtn;
  13. @property (strong,nonatomic) UILabel* youpaipremarkLab;
  14. @property (strong,nonatomic) UIImageView* youpaipLeftLine;
  15. @property (strong,nonatomic) UIImageView* youpaipRightLine;
  16. @end
  17. NS_ASSUME_NONNULL_END