// // IBTUIScrollView.h // XFFruit // // Created by Xummer on 4/13/15. // Copyright (c) 2015 Xummer. All rights reserved. // #import @protocol IBTInputViewHandleDelegate; @interface IBTUIScrollView : UIScrollView @property (assign, nonatomic) BOOL bHandleKeyboard; @property (weak, nonatomic) id m_inputHandleDelegate; - (void)setContentInsetTop:(CGFloat)top andBottom:(CGFloat)bottom; @end