18 lines
271 B
Objective-C
18 lines
271 B
Objective-C
//
|
|
// AfpViewController.h
|
|
// SpeechDemo
|
|
//
|
|
// Created by fangweiwei on 2021/8/31.
|
|
// Copyright © 2021 fangweiwei. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface AfpViewController : UIViewController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|