Skip to content

Commit

Permalink
move C++ bridge into oss directory
Browse files Browse the repository at this point in the history
Reviewed By: javache

Differential Revision: D4434052

fbshipit-source-id: ff2743eb7fe5d9cabb860752ca3d92d631a2f02b
  • Loading branch information
mhorowitz authored and facebook-github-bot committed Feb 1, 2017
1 parent 5bc7e39 commit b774820
Show file tree
Hide file tree
Showing 18 changed files with 2,421 additions and 0 deletions.
17 changes: 17 additions & 0 deletions React/CxxBridge/RCTCxxBridge.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/**
* Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/

#import <React/RCTBridge.h>

@interface RCTCxxBridge : RCTBridge

+ (void)enable;
+ (void)disable;

@end
Loading

0 comments on commit b774820

Please sign in to comment.