Sign in
flutter
/
third_party
/
protobuf
/
de1bc11663702b04d068ea7fe0dabead2dc23959
/
.
/
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_