//
// 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
-
mei authoredd4286c2c