FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
NSTimer(dispatch) Category Reference

[dispatch][0] Shortcuts, not really NSTimer-related implementation. More...

#import <NSTimer.h>

Class Methods

(void) + dispatchTimerWithTimeInterval:block:
 Dispatch a block. More...
 

Detailed Description

[dispatch][0] Shortcuts, not really NSTimer-related implementation.

Warning
This impelentation is testing.

Method Documentation

+ (void) dispatchTimerWithTimeInterval: (NSTimeInterval)  ti
block: (NSATimerBlock block 

Dispatch a block.

Parameters
tiTime Interval
blockA block to dispatch.

The documentation for this category was generated from the following file: