Aucune description

NSAttributedString+KXExtension.h 355B

12345678910111213141516
  1. //
  2. // NSAttributedString+KXExtension.h
  3. // CAISHEN
  4. //
  5. // Created by jikaipeng on 2018/8/1.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface NSAttributedString (KXExtension)
  10. + (NSAttributedString *)setAttibuteWithString:(NSString *)string font:(UIFont *)font forgroundColor:(UIColor *)color;
  11. @end