2018-09-08 04:11:49 +00:00
|
|
|
/**
|
|
|
|
* 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>
|
|
|
|
|
2019-08-30 10:04:32 +00:00
|
|
|
@interface RNCWebViewManager : RCTViewManager
|
2018-09-08 04:11:49 +00:00
|
|
|
@end
|