generateObjcHeader function
Generates the ".h" file for the AST represented by root
to sink
with the
provided options
.
Implementation
void generateObjcHeader(ObjcOptions options, Root root, Indent indent) {}
Generates the ".h" file for the AST represented by root
to sink
with the
provided options
.
void generateObjcHeader(ObjcOptions options, Root root, Indent indent) {}