24 lines
658 B
C
24 lines
658 B
C
/*
|
|
* Copyright (c) 2018-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.
|
|
*
|
|
*/
|
|
#pragma once
|
|
|
|
#include <jni.h>
|
|
|
|
#include <fbjni/detail/Environment.h>
|
|
#include <fbjni/detail/Log.h>
|
|
#include <fbjni/detail/Common.h>
|
|
#include <fbjni/detail/Exceptions.h>
|
|
#include <fbjni/detail/ReferenceAllocators.h>
|
|
#include <fbjni/detail/References.h>
|
|
#include <fbjni/detail/Meta.h>
|
|
#include <fbjni/detail/CoreClasses.h>
|
|
#include <fbjni/detail/Iterator.h>
|
|
#include <fbjni/detail/Hybrid.h>
|
|
#include <fbjni/detail/Registration.h>
|
|
#include <fbjni/detail/JWeakReference.h>
|