Skip to content

Commit 4eb380d

Browse files
committed
Fixed minor compilation issue on watchOS for 3.2.0
1 parent f1e24fc commit 4eb380d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/Action/CommonUI/Control+Action.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#if os(iOS) || os(tvOS) || os(macOS)
12
import Foundation
23
#if os(iOS) || os(tvOS)
34
import UIKit
@@ -35,3 +36,4 @@ public extension Reactive where Base: Control {
3536
self.base.resetActionDisposeBag()
3637
}
3738
}
39+
#endif

0 commit comments

Comments
 (0)