mirror of
https://github.com/k2-fsa/sherpa-onnx.git
synced 2026-01-09 07:41:06 +08:00
10 lines
309 B
Objective-C
10 lines
309 B
Objective-C
// swfit-api-examples/SherpaOnnx-Bridging-Header.h
|
|
//
|
|
// Copyright (c) 2023 Xiaomi Corporation
|
|
#ifndef SWIFT_API_EXAMPLES_SHERPAONNX_BRIDGING_HEADER_H_
|
|
#define SWIFT_API_EXAMPLES_SHERPAONNX_BRIDGING_HEADER_H_
|
|
|
|
#import "sherpa-onnx/c-api/c-api.h"
|
|
|
|
#endif // SWIFT_API_EXAMPLES_SHERPAONNX_BRIDGING_HEADER_H_
|