Fix imports

This commit is contained in:
Niels Andriesse 2021-07-26 16:06:35 +10:00
parent d403b275cc
commit c672e306df
14 changed files with 1 additions and 21 deletions

View File

@ -4,7 +4,6 @@
import Foundation
import AVFoundation
import SignalServiceKit
public struct AudioSource: Hashable {

View File

@ -4,8 +4,6 @@
import Foundation
import AVFoundation
import SignalServiceKit
import SignalMessaging
import AVKit
import SignalRingRTC

View File

@ -3,7 +3,6 @@
//
import Foundation
import SignalServiceKit
import SignalRingRTC
class GroupCallUpdateMessageHandler: CallServiceObserver, CallObserver, Dependencies {

View File

@ -3,7 +3,6 @@
//
import Foundation
import SignalServiceKit
import SignalRingRTC
public enum CallState: String {

View File

@ -6,8 +6,6 @@ import Foundation
import PromiseKit
import SignalRingRTC
import WebRTC
import SignalServiceKit
import SignalMessaging
// MARK: - CallService

View File

@ -3,8 +3,6 @@
//
import Foundation
import SignalServiceKit
import SignalMessaging
/**
* Creates an outbound call via WebRTC.

View File

@ -3,7 +3,6 @@
//
import Foundation
import SignalMessaging
import WebRTC
/**

View File

@ -3,8 +3,6 @@
//
import Foundation
import SignalServiceKit
import SignalMessaging
@objc(OWSWebRTCCallMessageHandler)
public class WebRTCCallMessageHandler: NSObject, OWSCallMessageHandler {

View File

@ -4,7 +4,6 @@
import UIKit
import CallKit
import SignalServiceKit
/**
* Requests actions from CallKit

View File

@ -6,8 +6,6 @@ import Foundation
import UIKit
import CallKit
import AVFoundation
import SignalServiceKit
import SignalMessaging
/**
* Connects user interface to the CallService using CallKit.

View File

@ -5,8 +5,6 @@
import Foundation
import PromiseKit
import CallKit
import SignalServiceKit
import SignalMessaging
import WebRTC
protocol CallUIAdaptee {

View File

@ -5,8 +5,6 @@
import Foundation
import WebRTC
import PromiseKit
import SignalServiceKit
import SignalMessaging
import SignalRingRTC
// TODO: Add category so that button handlers can be defined where button is created.

View File

@ -3,8 +3,6 @@
//
import Foundation
import SignalServiceKit
import SignalMessaging
/**
* Manage call related UI in a pre-CallKit world.

View File

@ -3,6 +3,7 @@
//
import Foundation
import WebRTC
class LocalVideoView: UIView {
private let localVideoCapturePreview = RTCCameraPreviewView()