generateObjcHeader function

void generateObjcHeader(
  1. ObjcOptions options,
  2. Root root,
  3. Indent indent
)

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) {}