| 
    FoundationExtension
    
   FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection. 
   | 
 
[dispatch][0] Shortcuts, not really NSTimer-related implementation. More...
#import <NSTimer.h>
Class Methods | |
| (void) | + dispatchTimerWithTimeInterval:block: | 
| Dispatch a block.  More... | |
[dispatch][0] Shortcuts, not really NSTimer-related implementation.
| + (void) dispatchTimerWithTimeInterval: | (NSTimeInterval) | ti | |
| block: | (NSATimerBlock) | block | |
Dispatch a block.
| ti | Time Interval | 
| block | A block to dispatch. |