We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dynamic
@objc
1 parent a2371f1 commit fcedc33Copy full SHA for fcedc33
1 file changed
Src/SwiftyTimer.swift
@@ -31,7 +31,7 @@ private class NSTimerActor {
31
self.block = block
32
}
33
34
- dynamic func fire() {
+ @objc func fire() {
35
block()
36
37
0 commit comments