Skip to content

Commit

Permalink
Add missing native sdk import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
tackgyu committed Jul 16, 2021
1 parent d65db7f commit 4b27f37
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions RxCoreStoreTests/RxCoreStoreTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

import XCTest

import RxSwift
@testable import CoreStore
@testable import RxCoreStore

Expand Down
1 change: 1 addition & 0 deletions Sources/RxDataStack+Setup.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
// SOFTWARE.
//

import Foundation
import CoreStore
import RxCocoa
import RxSwift
Expand Down
1 change: 1 addition & 0 deletions Sources/RxDynamicObject+Observing.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
// SOFTWARE.
//

import CoreData
import CoreStore
import RxCocoa
import RxSwift
Expand Down
2 changes: 2 additions & 0 deletions Sources/RxListMonitor+Observing.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// SOFTWARE.
//

import Foundation
import CoreData
import CoreStore
import RxCocoa
import RxSwift
Expand Down
1 change: 1 addition & 0 deletions Sources/RxListPublisher+DataSources.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
// SOFTWARE.
//

import Foundation
import CoreStore
import RxCocoa
import RxSwift
Expand Down
1 change: 1 addition & 0 deletions Sources/RxObjectMonitor+Observing.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
// SOFTWARE.
//

import Foundation
import CoreStore
import RxCocoa
import RxSwift
Expand Down
1 change: 1 addition & 0 deletions Sources/RxObjectPublisher+DataSources.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
// SOFTWARE.
//

import Foundation
import CoreStore
import RxCocoa
import RxSwift
Expand Down

0 comments on commit 4b27f37

Please sign in to comment.