Files
featherVoice/TUIKit/TUIMultimediaPlugin/Services/TUIMultimediaRecorder.h
2025-08-08 10:49:36 +08:00

15 lines
208 B
Objective-C

// Copyright (c) 2024 Tencent. All rights reserved.
// Author: eddardliu
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface TUIMultimediaRecorder: NSObject
@end
NS_ASSUME_NONNULL_END