Renamed the RecordingService protocol in the Recording package target as Capturing.
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ import Foundation
|
||||
///
|
||||
/// ``RecordingView`` attaches the service to its model at initialization, so the audio capture can be swapped without touching the feature's
|
||||
/// state machine — for example, with a real microphone backend in the app, or with a mock in unit tests.
|
||||
public protocol RecordingService: Sendable {
|
||||
public protocol Capturing: Sendable {
|
||||
|
||||
// MARK: Methods
|
||||
|
||||
Reference in New Issue
Block a user