mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 02:52:45 +02:00
Remove useless imports
This commit is contained in:
-4
@@ -14,11 +14,7 @@
|
||||
// limitations under the License.
|
||||
//
|
||||
|
||||
import Combine
|
||||
import Foundation
|
||||
import SwiftUI
|
||||
import UIKit
|
||||
import AVFoundation
|
||||
|
||||
struct VoiceBroadcastRecorderCoordinatorParameters {
|
||||
let session: MXSession
|
||||
|
||||
-1
@@ -15,7 +15,6 @@
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import AVFoundation
|
||||
|
||||
@objc public class VoiceBroadcastRecorderProvider: NSObject {
|
||||
|
||||
|
||||
+1
-2
@@ -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 ?
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
-1
@@ -14,7 +14,6 @@
|
||||
// limitations under the License.
|
||||
//
|
||||
|
||||
import Combine
|
||||
import Foundation
|
||||
|
||||
protocol VoiceBroadcastRecorderServiceProtocol {
|
||||
|
||||
Reference in New Issue
Block a user