NSMutableAttributedString+MLLabel.h 345 B

1234567891011121314151617
  1. //
  2. // NSMutableAttributedString+MLLabel.h
  3. // MLLabel
  4. //
  5. // Created by molon on 15/6/5.
  6. // Copyright (c) 2015年 molon. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface NSMutableAttributedString (MLLabel)
  10. - (void)removeAllNSOriginalFontAttributes;
  11. - (void)removeAttributes:(NSArray *)names range:(NSRange)range;
  12. @end