// // NSMutableAttributedString+AvoidCrash.h // AvoidCrashDemo // // Created by mac on 16/10/15. // Copyright © 2016年 chenfanfang. All rights reserved. // #import @interface NSMutableAttributedString (AvoidCrash) + (void)avoidCrashExchangeMethod; @end /** * Can avoid crash method * * 1.- (instancetype)initWithString:(NSString *)str * 2.- (instancetype)initWithString:(NSString *)str attributes:(NSDictionary *)attrs */