Skip to content

Commit 3e9a602

Browse files
committed
Fix build for Mac
1 parent f27c5bc commit 3e9a602

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/ThreadKit/Debouncer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import UIKit
1+
import QuartzCore
22

33
/// The purpose of this class is to "debounce" a 'call' that happens as a result of a rapid callback
44
/// But needs to be rate limited for performance reasons.

0 commit comments

Comments
 (0)