NIMKitRobotTemplateParserProtocol.h 280 B

123456789101112131415
  1. //
  2. // NIMKitRobotTemplateParserProtocol.h
  3. // NIMKit
  4. //
  5. // Created by chris on 2017/6/25.
  6. // Copyright © 2017年 NetEase. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @protocol NIMKitRobotTemplateParser <NSObject>
  10. - (BOOL)parse:(NSString *)templateText;
  11. @end