19 lines
276 B
Objective-C
19 lines
276 B
Objective-C
//
|
|
// VadViewController.h
|
|
// SpeechDemo
|
|
//
|
|
// Created by bytedance on 2023/1/30.
|
|
// Copyright © 2023 tinalei.richard. All rights reserved.
|
|
//
|
|
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface VadViewController : UIViewController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|