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