2015-03-23 13:28:42 -07:00
|
|
|
/**
|
|
|
|
* Copyright (c) 2015-present, Facebook, Inc.
|
|
|
|
*
|
2018-02-16 18:24:55 -08:00
|
|
|
* This source code is licensed under the MIT license found in the
|
|
|
|
* LICENSE file in the root directory of this source tree.
|
2015-03-23 13:28:42 -07:00
|
|
|
*/
|
2015-02-19 20:10:52 -08:00
|
|
|
|
2017-12-19 19:48:22 -08:00
|
|
|
#import "RCTBaseTextInputView.h"
|
2017-07-06 16:55:34 -07:00
|
|
|
|
2018-01-23 23:17:57 -08:00
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
2015-02-19 20:10:52 -08:00
|
|
|
|
2017-12-19 19:48:22 -08:00
|
|
|
@interface RCTSinglelineTextInputView : RCTBaseTextInputView
|
2017-06-27 16:05:04 -07:00
|
|
|
|
2015-02-19 20:10:52 -08:00
|
|
|
@end
|
2018-01-23 23:17:57 -08:00
|
|
|
|
|
|
|
NS_ASSUME_NONNULL_END
|