//// IBTUIScrollView.h// XFFruit//// Created by Xummer on 4/13/15.// Copyright (c) 2015 Xummer. All rights reserved.//#import <UIKit/UIKit.h>@protocolIBTInputViewHandleDelegate;@interfaceIBTUIScrollView:UIScrollView@property(assign,nonatomic)BOOLbHandleKeyboard;@property(weak,nonatomic)id<IBTInputViewHandleDelegate>m_inputHandleDelegate;-(void)setContentInsetTop:(CGFloat)topandBottom:(CGFloat)bottom;@end