//
//  TextInput+DelegateManager.h
//  react-native-keyboard-controller
//
//  Created by Kiryl Ziusko on 24/04/2024.
//

@interface UITextView (DelegateManager)

- (void)setForceDelegate:(id<UITextViewDelegate>)delegate;

@end

@interface UITextField (DelegateManager)

- (void)setForceDelegate:(id<UITextFieldDelegate>)delegate;

@end
