remove extra combine imports

This commit is contained in:
Satindar Dhillon 2022-04-28 12:38:36 -07:00
parent ffdcb605c7
commit ffe1eed6b6
18 changed files with 1 additions and 22 deletions

View file

@ -1,4 +1,3 @@
import Combine
import Models
import Services
import SwiftUI

View file

@ -1,4 +1,3 @@
import Combine
import Models
import Services
import SwiftUI

View file

@ -1,4 +1,3 @@
import Combine
import Models
import Services
import SwiftUI

View file

@ -1,4 +1,3 @@
import Combine
import Models
import Services
import SwiftUI

View file

@ -1,4 +1,3 @@
import Combine
import Foundation
import Models
import Services

View file

@ -1,4 +1,3 @@
import Combine
import Models
import Services
import SwiftUI

View file

@ -1,4 +1,3 @@
import Combine
import Models
import Services
import SwiftUI

View file

@ -1,4 +1,3 @@
import Combine
import CoreData
import Foundation
import Models

View file

@ -1,4 +1,3 @@
import Combine
import CoreData
import Foundation
import Models

View file

@ -1,4 +1,3 @@
import Combine
import Foundation
import Models
import SwiftGraphQL

View file

@ -1,4 +1,3 @@
import Combine
import Foundation
import Models
import SwiftGraphQL

View file

@ -1,4 +1,3 @@
import Combine
import Foundation
import Models
import SwiftGraphQL

View file

@ -1,4 +1,3 @@
import Combine
import Foundation
import Models

View file

@ -1,4 +1,3 @@
import Combine
import CoreData
import Foundation
import Models

View file

@ -1,4 +1,3 @@
import Combine
import CoreData
import Foundation
import Models

View file

@ -1,12 +1,10 @@
import Combine
#if os(iOS)
import UIKit
public typealias PlatformImage = UIImage
#elseif os(macOS)
import AppKit
public typealias PlatformImage = NSImage
#endif

View file

@ -1,4 +1,3 @@
import Combine
import Models
import SwiftUI
import Utils

View file

@ -1,7 +1,6 @@
#if os(macOS)
import AppKit
#elseif os(iOS)
import Combine
import Intercom
import UIKit
import Utils
@ -21,8 +20,6 @@
#elseif os(iOS)
class AppDelegate: NSObject, UIApplicationDelegate {
var subscriptions = Set<AnyCancellable>()
// override init() {
// super.init()
// UIColor.classInit