Fix Objective C link (#11755)

This commit is contained in:
Nat Kershaw (MSFT) 2022-06-07 10:42:20 -07:00 committed by GitHub
parent e25d51170c
commit 7f7f47183b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ Refer to the [installation instructions](../install/index.md#install-on-ios).
## Swift Usage
The Objective-C API can be called from Swift code.
To enable this, use a bridging header (more info [here](https://developer.apple.com/documentation/swift/imported_c_and_objective-c_apis/importing_objective-c_into_swift)) that imports the ORT Objective-C API header.
To enable this, use a bridging header (more info [here](https://developer.apple.com/documentation/swift/importing-objective-c-into-swift)) that imports the ORT Objective-C API header.
```objectivec
// In the bridging header, import the ORT Objective-C API header.