mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
3beb8341fd
Summary: See title. Changelog: [iOS][Added] - Make RCTTVNavigationEventEmitter TurboModule-compatible Reviewed By: shergin Differential Revision: D18142252 fbshipit-source-id: c633a5a0abd9e980346379921b34219228153348
15 lines
349 B
Objective-C
15 lines
349 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>
|
|
|
|
RCT_EXTERN NSString *const RCTTVNavigationEventNotification;
|
|
|
|
@interface RCTTVNavigationEventEmitter : RCTEventEmitter
|
|
|
|
@end
|