14 lines
233 B
Objective-C
14 lines
233 B
Objective-C
//
|
|
// FulllinkViewController.h
|
|
// SpeechDemo
|
|
//
|
|
// Created by bytedance on 2020/9/8.
|
|
// Copyright © 2020 fengkai.0518. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface FulllinkViewController : UIViewController
|
|
|
|
@end
|