Files
midi_ios/TUIKit/TUIVoiceToTextPlugin/UI/Service/TUIVoiceToTextExtensionObserver.h

18 lines
295 B
C
Raw Normal View History

2025-08-14 10:07:49 +08:00
//
// 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