Sign in
flutter
/
third_party
/
protobuf
/
e294a16c08591b7715d48e40e82b1523f0227dfa
/
.
/
upbc
/
generator.h
blob: ed6cedc6c77c894375b93018511f415880110a81 [
file
] [
log
] [
blame
]
#ifndef
UPBC_GENERATOR_H_
#define
UPBC_GENERATOR_H_
#include
<memory>
#include
<google/protobuf/compiler/code_generator.h>
namespace
upbc
{
std
::
unique_ptr
<
google
::
protobuf
::
compiler
::
CodeGenerator
>
GetGenerator
();
}
#endif
// UPBC_GENERATOR_H_