1234567891011121314151617 |
- //
- // YOUPAIHRAgeSexView.h
- // VQU
- //
- // Created by xiaohaoran on 2021/11/19.
- // Copyright © 2021 MS. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAIHRAgeSexView : UIView
- -(void)youpaifreloadWith:(NSInteger)Gender Age:(NSInteger)age;
- @end
- NS_ASSUME_NONNULL_END
|