// // NSAttributedString+NSAttributedString_Entities.h // Juick // // Created by Vitaly Takmazov on 23.09.2020. // Copyright © 2020 com.juick. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface NSAttributedString (Entities) +(NSAttributedString *) attributedStringFromMessage:(Message *)message; @end NS_ASSUME_NONNULL_END