| 123456789101112131415161718 |
- // Objective-C API for talking to customprefix Go package.
- // gobind -lang=objc customprefix
- //
- // File is generated by gobind. Do not edit.
- #include <Foundation/Foundation.h>
- #include "seq.h"
- #include "_cgo_export.h"
- #include "Customprefix.objc.h"
- void CustomprefixF(void) {
- proxycustomprefix__F();
- }
- __attribute__((constructor)) static void init() {
- init_seq();
- }
|