13 lines
200 B
Objective-C
13 lines
200 B
Objective-C
//
|
|
// DialogMessage.h
|
|
// SpeechDemo
|
|
//
|
|
// Created by bytedance on 2025/5/15.
|
|
// Copyright © 2025 bytedance. All rights reserved.
|
|
//
|
|
|
|
#import "DialogMessage.h"
|
|
|
|
@implementation DialogMessage
|
|
@end
|