15 lines
240 B
Objective-C
15 lines
240 B
Objective-C
//
|
|
// VoiceCloneViewController.h
|
|
// SpeechDemo
|
|
//
|
|
// Created by bytedance on 2021/2/20.
|
|
// Copyright © 2021 chengzihao.ds. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface VoiceCloneViewController : UIViewController
|
|
|
|
@end
|
|
|