#pragma once #include #include namespace mbgl { namespace android { class FormattedSection : private mbgl::util::noncopyable { public: static constexpr auto Name() { return "com/mapbox/mapboxsdk/style/types/FormattedSection"; }; static void registerNative(jni::JNIEnv&); }; } // namespace android } // namespace mbgl