YOUPAISexView.h 362 B

1234567891011121314151617181920212223
  1. //
  2. // YOUPAISexView.h
  3. // MSYOUPAI
  4. //
  5. // Created by CY on 2022/2/28.
  6. // Copyright © 2022 MS. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YOUPAISexView : UIView
  11. /// 更新数据
  12. /// @param sex 性别
  13. /// @param age 年龄
  14. - (void)youpaifreloadWithSex:(NSInteger)sex age:(NSInteger)age;
  15. @end
  16. NS_ASSUME_NONNULL_END