18 lines
281 B
Objective-C
18 lines
281 B
Objective-C
//
|
|
// TestAfpViewController.h
|
|
// SpeechDemo
|
|
//
|
|
// Created by bytedance on 2024/7/10.
|
|
// Copyright © 2024 chengzihao.ds. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface TestAfpViewController : UIViewController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|