mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
6481a124da
Summary: See title. Changelog: [iOS][Added] - Make RCTKeyboardObserver TurboModule-compatible Reviewed By: shergin Differential Revision: D18130902 fbshipit-source-id: 79dff2aeede7cb2485d48597a1f80e546c107e7a
13 lines
279 B
Objective-C
13 lines
279 B
Objective-C
/*
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
#import <React/RCTEventEmitter.h>
|
|
|
|
@interface RCTKeyboardObserver : RCTEventEmitter
|
|
|
|
@end
|