18 lines
295 B
Objective-C
18 lines
295 B
Objective-C
//
|
|
// TUIVoiceToTextExtensionObserver.h
|
|
// TUIVoiceToText
|
|
//
|
|
// Created by xia on 2023/8/17.
|
|
// Copyright © 2023 Tencent. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface TUIVoiceToTextExtensionObserver : NSObject
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|