18 lines
275 B
Objective-C
18 lines
275 B
Objective-C
//
|
|
// DialogViewController.m
|
|
// SpeechDemo
|
|
//
|
|
// Created by bytedance on 2025/3/27.
|
|
// Copyright © 2025 bytedance. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface DialogViewController : UIViewController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|