Merge pull request #484 from AdamRitenauer/PreprocessorFix
Work around to an error with preprocessors in swift
This commit is contained in:
commit
af497121df
|
|
@ -10,11 +10,11 @@ import Foundation
|
|||
|
||||
#if os(iOS)
|
||||
import UIKit
|
||||
|
||||
|
||||
#if !RX_NO_MODULE
|
||||
import RxSwift
|
||||
#endif
|
||||
|
||||
|
||||
extension UIApplication {
|
||||
|
||||
/**
|
||||
|
|
@ -26,4 +26,5 @@ import Foundation
|
|||
}.asObserver()
|
||||
}
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue