// // NIMKitRobotTemplateParserProtocol.h // NIMKit // // Created by chris on 2017/6/25. // Copyright © 2017年 NetEase. All rights reserved. // #import @protocol NIMKitRobotTemplateParser - (BOOL)parse:(NSString *)templateText; @end