objc

TimerDelegate+Protocol.h
Go to the documentation of this file.
1 
8 #pragma once
9 
16 @protocol TimerDelegate
17 
18 @required
19 
24 - (void)timerFired:(id)timer;
25 
26 @end
A protocol that defines the methods for a timer delegate.