This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
1,464 additions
and
0 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
ios/WaasSdkGo.xcframework/ios-arm64-simulator/WaasSdkGo.framework/Headers/Universe.objc.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
// Objective-C API for talking to Go package. | ||
// gobind -lang=objc | ||
// | ||
// File is generated by gobind. Do not edit. | ||
|
||
#ifndef __Universe_H__ | ||
#define __Universe_H__ | ||
|
||
@import Foundation; | ||
#include "ref.h" | ||
|
||
@protocol Universeerror; | ||
@class Universeerror; | ||
|
||
@protocol Universeerror <NSObject> | ||
- (NSString* _Nonnull)error; | ||
@end | ||
|
||
@class Universeerror; | ||
|
||
@interface Universeerror : NSError <goSeqRefInterface, Universeerror> { | ||
} | ||
@property(strong, readonly) _Nonnull id _ref; | ||
|
||
- (nonnull instancetype)initWithRef:(_Nonnull id)ref; | ||
- (NSString* _Nonnull)error; | ||
@end | ||
|
||
#endif |
Oops, something went wrong.