Skip to content

Commit

Permalink
Revert flag for watchOS
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Nov 19, 2019
1 parent b3f982c commit 0e9b931
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/Views/AnimatedImageView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
// The name and characters used in the demo of this software are property of their
// respective owners.

#if !os(watchOS)
#if canImport(UIKit)
import UIKit
import ImageIO
Expand Down Expand Up @@ -611,3 +612,4 @@ class SafeArray<Element> {
}
}
#endif
#endif

0 comments on commit 0e9b931

Please sign in to comment.