mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 17:15:54 +00:00
d6c519bc96
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() {}
|
|
|
|
} }
|