// // LogShareDelegate.h // IBOSSmini // // Created by guan hong hou on 2017/6/15. // Copyright © 2017年 elongtian. All rights reserved. // #import @class LogShareTableViewCell; @protocol LogShareDelegate @optional -(void)showDetail:(int)index; -(void)selectListItem:(NSArray *)sarray; -(void) btnCheckPressed:(LogShareTableViewCell *)cell; - (void)reShareData:(NSArray *)sarray; @end