Skip to content

Commit ada540e

Browse files
authored
Merge pull request #9 from RxSwiftCommunity/add-spm-support
Add needed UiKit and Foundation imports
2 parents d160ac7 + 7f0564f commit ada540e

File tree

5 files changed

+6
-0
lines changed

5 files changed

+6
-0
lines changed

RxController/Classes/Log.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2424
// THE SOFTWARE.
2525

26+
import Foundation
27+
2628
struct Log {
2729

2830
static func debug(_ message: String, tag: String = "", tags: [String] = []) {

RxController/Classes/RxControllerEvent.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2424
// THE SOFTWARE.
2525

26+
import Foundation
2627
import RxCocoa
2728
import RxSwift
2829

RxController/Classes/RxFlow+Extension.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2424
// THE SOFTWARE.
2525

26+
import UIKit
2627
import RxFlow
2728

2829
extension FlowContributors {

RxController/Classes/RxViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2424
// THE SOFTWARE.
2525

26+
import UIKit
2627
import RxSwift
2728
import RxCocoa
2829

RxController/Classes/RxViewModel.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2424
// THE SOFTWARE.
2525

26+
import Foundation
2627
import RxSwift
2728
import RxCocoa
2829
import RxFlow

0 commit comments

Comments
 (0)