mirror of
https://github.com/status-im/react-native.git
synced 2025-01-12 18:44:25 +00:00
bfa62d4bfb
Summary: Quick trivial PR to add back a necessary header. Fixes CI as well. Pull Request resolved: https://github.com/facebook/react-native/pull/20702 Differential Revision: D9374430 Pulled By: hramos fbshipit-source-id: dba0f1d4fc80e39242d8c3e6d1e0007492d2860d
12 lines
271 B
Objective-C
12 lines
271 B
Objective-C
/**
|
|
* Copyright (c) 2015-present, Facebook, Inc.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
#import <React/RCTViewManager.h>
|
|
|
|
@interface RCTWKWebViewManager : RCTViewManager
|
|
@end
|