| 12345678910111213141516171819 | 
							- //
 
- //  UILabel+Create.h
 
- //  HuoChat
 
- //
 
- //  Created by macWangDC on 2022/9/28.
 
- //  Copyright © 2022 Huobi. All rights reserved.
 
- //
 
- #import <UIKit/UIKit.h>
 
- NS_ASSUME_NONNULL_BEGIN
 
- @interface UILabel (Create)
 
- + (UILabel *)labelCreateWithText:(NSString *)text font:(UIFont *)font textColor:(UIColor *)color;
 
- @end
 
- NS_ASSUME_NONNULL_END
 
 
  |