We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e24fc commit 4eb380dCopy full SHA for 4eb380d
Sources/Action/CommonUI/Control+Action.swift
@@ -1,3 +1,4 @@
1
+#if os(iOS) || os(tvOS) || os(macOS)
2
import Foundation
3
#if os(iOS) || os(tvOS)
4
import UIKit
@@ -35,3 +36,4 @@ public extension Reactive where Base: Control {
35
36
self.base.resetActionDisposeBag()
37
}
38
39
+#endif
0 commit comments