// // CommentDelegate.h // IBOSSmini // // Created by guan hong hou on 2017/6/15. // Copyright © 2017年 elongtian. All rights reserved. // #import #import "LogShareAndCommentInfoModel.h" @protocol CommentDelegate // 评论事件回调函数 - (void)reCommentData:(LogShareAndCommentInfoModel*)model; @end