ObjFW
Classes | Typedefs
OFTimer.h File Reference
#import "OFObject.h"

Go to the source code of this file.

Classes

class  OFTimer
 A class for creating and firing timers. More...
 

Typedefs

typedef void(^ of_timer_block_t) (OFTimer *timer)
 A block to execute when a timer fires. More...
 

Typedef Documentation

typedef void(^ of_timer_block_t) (OFTimer *timer)

A block to execute when a timer fires.

Parameters
timerThe timer which fired