Skip to content
This repository was archived by the owner on May 1, 2026. It is now read-only.

Commit fcedc33

Browse files
committed
Change dynamic to @objc
Thanks @kballard
1 parent a2371f1 commit fcedc33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Src/SwiftyTimer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ private class NSTimerActor {
3131
self.block = block
3232
}
3333

34-
dynamic func fire() {
34+
@objc func fire() {
3535
block()
3636
}
3737
}

0 commit comments

Comments
 (0)