YOUPAIHRAgeSexView.h 311 B

1234567891011121314151617
  1. //
  2. // YOUPAIHRAgeSexView.h
  3. // VQU
  4. //
  5. // Created by xiaohaoran on 2021/11/19.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YOUPAIHRAgeSexView : UIView
  11. -(void)youpaifreloadWith:(NSInteger)Gender Age:(NSInteger)age;
  12. @end
  13. NS_ASSUME_NONNULL_END