Merge pull request #484 from AdamRitenauer/PreprocessorFix

Work around to an error with preprocessors in swift
This commit is contained in:
Krunoslav Zaher 2016-02-15 19:14:40 +01:00
commit af497121df
1 changed files with 4 additions and 3 deletions

View File

@ -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