mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-02 22:41:18 +08:00
Reviewed By: amnn Differential Revision: D5761937 fbshipit-source-id: de88cf8b959fc855c3c0786f817bb6032491c819
11 lines
172 B
C++
11 lines
172 B
C++
// Copyright 2004-present Facebook. All Rights Reserved.
|
|
|
|
#include "PrivateDataBase.h"
|
|
|
|
namespace facebook {
|
|
namespace react {
|
|
|
|
PrivateDataBase::~PrivateDataBase() {}
|
|
|
|
} }
|