// // NSAttributedString+KXExtension.h // CAISHEN // // Created by jikaipeng on 2018/8/1. // Copyright © 2018年 kuxuan. All rights reserved. // #import @interface NSAttributedString (KXExtension) + (NSAttributedString *)setAttibuteWithString:(NSString *)string font:(UIFont *)font forgroundColor:(UIColor *)color; @end