Remove useless imports

This commit is contained in:
Philippe Loriaux
2022-10-20 19:39:22 +02:00
parent 0954e61df9
commit c310b4bfe2
4 changed files with 1 additions and 8 deletions
@@ -14,11 +14,7 @@
// limitations under the License.
//
import Combine
import Foundation
import SwiftUI
import UIKit
import AVFoundation
struct VoiceBroadcastRecorderCoordinatorParameters {
let session: MXSession
@@ -15,7 +15,6 @@
//
import Foundation
import AVFoundation
@objc public class VoiceBroadcastRecorderProvider: NSObject {
@@ -14,7 +14,6 @@
// limitations under the License.
//
import Combine
import Foundation
protocol VoiceBroadcastRecorderServiceDelegate: AnyObject {
@@ -174,7 +173,7 @@ class VoiceBroadcastRecorderService: VoiceBroadcastRecorderServiceProtocol {
chunkFrames = 0
} else {
stopRecordingVoiceBroadcast()
// FIXME: Manage error and stop recording ?
// FIXME: Manage error ?
}
}
@@ -14,7 +14,6 @@
// limitations under the License.
//
import Combine
import Foundation
protocol VoiceBroadcastRecorderServiceProtocol {