mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-22 11:16:06 +08:00
Cleanup cxxreact BUCK file
Reviewed By: mzlee Differential Revision: D5020563 fbshipit-source-id: 286a2d1c44623b5b9fd923ef8684d263500791b3
This commit is contained in:
committed by
Facebook Github Bot
parent
8b53a2b29b
commit
19e6557d2e
@@ -1,13 +1,12 @@
|
||||
// Copyright 2004-present Facebook. All Rights Reserved.
|
||||
|
||||
#ifndef FBSAMPLEXPLATMODULE
|
||||
#define FBSAMPLEXPLATMODULE
|
||||
|
||||
#include <cxxreact/CxxModule.h>
|
||||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#include <cxxreact/CxxModule.h>
|
||||
|
||||
namespace facebook { namespace xplat { namespace samples {
|
||||
|
||||
// In a less contrived example, Sample would be part of a traditional
|
||||
@@ -48,5 +47,4 @@ private:
|
||||
|
||||
}}}
|
||||
|
||||
#endif
|
||||
|
||||
extern "C" facebook::xplat::module::CxxModule *SampleCxxModule();
|
||||
|
||||
Reference in New Issue
Block a user