1 /*
2  * Copyright (c) Meta Platforms, Inc. and affiliates.
3  *
4  * This source code is licensed under the MIT license found in the
5  * LICENSE file in the root directory of this source tree.
6  */
7 
8 #import "ABI48_0_0RCTBaseTextShadowView.h"
9 
10 NS_ASSUME_NONNULL_BEGIN
11 
12 @interface ABI48_0_0RCTBaseTextInputShadowView : ABI48_0_0RCTBaseTextShadowView
13 
14 - (instancetype)initWithBridge:(ABI48_0_0RCTBridge *)bridge;
15 
16 @property (nonatomic, copy, nullable) NSString *text;
17 @property (nonatomic, copy, nullable) NSString *placeholder;
18 @property (nonatomic, assign) NSInteger maximumNumberOfLines;
19 @property (nonatomic, copy, nullable) ABI48_0_0RCTDirectEventBlock onContentSizeChange;
20 
21 - (void)uiManagerWillPerformMounting;
22 
23 @end
24 
25 NS_ASSUME_NONNULL_END
26