chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
//
|
||||
// TLKeyboardDelegate.h
|
||||
// TLChat
|
||||
//
|
||||
// Created by 李伯坤 on 16/2/17.
|
||||
// Copyright © 2016年 李伯坤. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@protocol TLKeyboardDelegate <NSObject>
|
||||
|
||||
@optional
|
||||
@optional
|
||||
- (void)chatKeyboardWillShow:(id)keyboard animated:(BOOL)animated;
|
||||
|
||||
- (void)chatKeyboardDidShow:(id)keyboard animated:(BOOL)animated;
|
||||
|
||||
- (void)chatKeyboardWillDismiss:(id)keyboard animated:(BOOL)animated;
|
||||
|
||||
- (void)chatKeyboardDidDismiss:(id)keyboard animated:(BOOL)animated;
|
||||
|
||||
- (void)chatKeyboard:(id)keyboard didChangeHeight:(CGFloat)height;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user