Files
featherVoice/TUIKit/TUIVoiceToTextPlugin/UI/Service/TUIVoiceToTextExtensionObserver.h
2025-08-08 10:49:36 +08:00

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