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

@interface UITextView (DelegateManager)

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

@end
