mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
13 lines
225 B
Plaintext
13 lines
225 B
Plaintext
framework module deepspeech_ios {
|
|
umbrella header "deepspeech_ios.h"
|
|
|
|
export *
|
|
module * { export * }
|
|
|
|
explicit module libdeepspeech_Private {
|
|
header "deepspeech.h"
|
|
export *
|
|
link "deepspeech"
|
|
}
|
|
}
|