// // UILabel+LinkUrl.h // WildFireChat // // Created by heavyrain.lee on 2018/5/15. // Copyright © 2018 WildFireChat. All rights reserved. // #import <UIKit/UIKit.h> @interface AttributedLabel : UILabel - (void)setText:(NSString *)text; @end