16 lines
242 B
Objective-C
16 lines
242 B
Objective-C
//
|
|
// VoiceConvViewController.h
|
|
// SpeechDemo
|
|
//
|
|
// Created by chengzihao.ds on 2021/4/1.
|
|
// Copyright © 2021 chengzihao.ds. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface VoiceConvViewController : UIViewController
|
|
|
|
@end
|
|
|
|
|