Files
peko-ios/YuMi/CustomUI/SexAgeLabel.h
2024-12-16 19:41:23 +08:00

19 lines
232 B
Objective-C

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