Fix old license that snuck into repo (#20702)

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
This commit is contained in:
Héctor Ramos
2018-08-16 18:34:52 -07:00
committed by Facebook Github Bot
parent cf190bf601
commit bfa62d4bfb
4 changed files with 22 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
/**
* 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 "RCTWKWebView.h"
#import <React/RCTConvert.h>
#import "RCTAutoInsetsProtocol.h"