IBTInputViewHandleDelegate.h 279 Bytes
//
//  IBTInputViewHandleDelegate.h
//  XFFruit
//
//  Created by Xummer on 15/6/8.
//  Copyright (c) 2015年 Xummer. All rights reserved.
//

#import <Foundation/Foundation.h>

@protocol IBTInputViewHandleDelegate <NSObject>

@optional
- (void)handleInputView:(id)sender;

@end