1
This commit is contained in:
21
Shared/KBVoiceRecordManager.h
Normal file
21
Shared/KBVoiceRecordManager.h
Normal file
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// KBVoiceRecordManager.h
|
||||
// 主 App 录音管理(用于键盘桥接)
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface KBVoiceRecordManager : NSObject
|
||||
|
||||
+ (instancetype)shared;
|
||||
|
||||
- (void)startRecording;
|
||||
- (void)stopRecording;
|
||||
|
||||
@property (nonatomic, assign, readonly, getter=isRecording) BOOL recording;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user