12 lines
306 B
Objective-C
12 lines
306 B
Objective-C
//
|
|
// stt_ios.h
|
|
// stt_ios
|
|
//
|
|
// Created by Reuben Morais on 14.06.20.
|
|
// Copyright © 2020 Mozilla
|
|
// Copyright © 2021 Coqui GmbH
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <stt_ios/PublicHeader.h>
|