AttributedLabel.h 250 B

12345678910111213
  1. //
  2. // UILabel+LinkUrl.h
  3. // WildFireChat
  4. //
  5. // Created by heavyrain.lee on 2018/5/15.
  6. // Copyright © 2018 WildFireChat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface AttributedLabel : UILabel
  10. - (void)setText:(NSString *)text;
  11. @end