//// IBTInputViewHandleDelegate.h// XFFruit//// Created by Xummer on 15/6/8.// Copyright (c) 2015年 Xummer. All rights reserved.//#import <Foundation/Foundation.h>@protocolIBTInputViewHandleDelegate<NSObject>@optional-(void)handleInputView:(id)sender;@end