// // SexAgeLabel.h // YuMi // // Created by P on 2024/12/11. // #import NS_ASSUME_NONNULL_BEGIN @interface SexAgeLabel : UIView - (void)updateSex:(BOOL)isMale age:(NSInteger)age; @end NS_ASSUME_NONNULL_END