I added the timerDidEnd function to my Viewcontroller but it doesn't seem run. ``` func timerDidEnd(sender: SRCountdownTimer, elapsedTime: TimeInterval) { print("ended") } ```