//// IBTTableViewInfoDelegate.h// IBTTableViewKit//// Created by Xummer on 15/1/5.// Copyright (c) 2015年 Xummer. All rights reserved.//#import <Foundation/Foundation.h>@protocolIBTTableViewInfoDelegate<NSObject,UIScrollViewDelegate>@optional-(void)commitEditingForRowAtIndexPath:(NSIndexPath*)indexPathCell:(id)cellInfo;-(void)accessoryButtonTappedForRowWithIndexPath:(NSIndexPath*)indexPathCell:(id)cellInfo;@end