mirror of
https://github.com/status-im/react-native.git
synced 2025-01-20 06:18:57 +00:00
c491b22233
Summary: Bunch or identical code was moved to superclass. Reviewed By: mmmulani Differential Revision: D6663772 fbshipit-source-id: 82321f56bbab0e9d17c0227c97dd86904cf5ab30
15 lines
432 B
Objective-C
15 lines
432 B
Objective-C
/**
|
|
* Copyright (c) 2015-present, Facebook, Inc.
|
|
* All rights reserved.
|
|
*
|
|
* This source code is licensed under the BSD-style license found in the
|
|
* LICENSE file in the root directory of this source tree. An additional grant
|
|
* of patent rights can be found in the PATENTS file in the same directory.
|
|
*/
|
|
|
|
#import "RCTBaseTextInputViewManager.h"
|
|
|
|
@interface RCTSinglelineTextInputViewManager : RCTBaseTextInputViewManager
|
|
|
|
@end
|