Add iOS support (#65)

This commit is contained in:
Fangjun Kuang
2023-02-25 21:56:25 +08:00
committed by GitHub
parent fb1e24bebb
commit 475caf22f9
34 changed files with 2669 additions and 23 deletions

View File

@@ -0,0 +1,9 @@
// 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_