Skip to main content

Module objc2

Module objc2 

Source
Expand description

Post-process bindgen output to use objc2 instead of objc 0.2.

bindgen generates ObjC bindings using objc 0.2 syntax. This module transforms the output to objc2 0.6 syntax.

Functions§

migrate
Apply all objc → objc2 transformations to generated binding code.