Adds a work around to an error in swifts handling of preprocessor directives

This commit is contained in:
Adam Ritenauer 2016-02-14 18:40:32 -08:00
parent 698a50b381
commit 55f3ec4041

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