13 lines
194 B
Plaintext
13 lines
194 B
Plaintext
framework module stt_ios {
|
|
umbrella header "stt_ios.h"
|
|
|
|
export *
|
|
module * { export * }
|
|
|
|
explicit module libstt_Private {
|
|
header "coqui-stt.h"
|
|
export *
|
|
link "stt"
|
|
}
|
|
}
|