github.com/coming-chat/gomobile@v0.0.0-20220601074111-56995f7d7aba/bind/testdata/try.objc.h.golden (about) 1 // Objective-C API for talking to try Go package. 2 // gobind -lang=objc try 3 // 4 // File is generated by gobind. Do not edit. 5 6 #ifndef __Try_H__ 7 #define __Try_H__ 8 9 @import Foundation; 10 #include "ref.h" 11 #include "Universe.objc.h" 12 13 14 FOUNDATION_EXPORT NSString* _Nonnull TryThis(void); 15 16 #endif