18 lines
299 B
Objective-C
18 lines
299 B
Objective-C
//
|
|
// PIUserSexView.h
|
|
// YuMi
|
|
//
|
|
// Created by duoban on 2023/8/14.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "YUMINNNN.h"
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface PIUserSexView : UIView
|
|
@property (nonatomic,assign) GenderType gender;
|
|
@property (nonatomic,assign) BOOL selected;
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|