Skip to content

Instantly share code, notes, and snippets.

View zakbarlow1995's full-sized avatar

Zak Barlow zakbarlow1995

  • UK
View GitHub Profile
import Foundation
class Debouncer {
/**
Create a new Debouncer instance with the provided time interval.
- parameter timeInterval: The time interval of the debounce window.
*/
init(timeInterval: TimeInterval) {