github.com/F4RD1N/gomobile@v1.0.1/bind/testdata/customprefix.objc.h.golden (about) 1 // Objective-C API for talking to customprefix Go package. 2 // gobind -lang=objc customprefix 3 // 4 // File is generated by gobind. Do not edit. 5 6 #ifndef __Customprefix_H__ 7 #define __Customprefix_H__ 8 9 @import Foundation; 10 #include "ref.h" 11 #include "Universe.objc.h" 12 13 14 FOUNDATION_EXPORT void CustomprefixF(void); 15 16 #endif