| 
    FoundationExtension
    
   FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection. 
   | 
 
NSTimer extension for NSRunLoop shortcuts. More...
#import <NSTimer.h>
Instance Methods | |
| (void) | - schedule | 
| Add timer to current run loop with default run loop mode.  More... | |
| (void) | - scheduleWithRunLoop:mode: | 
| Add timer to given runLoop with given mode.  More... | |
NSTimer extension for NSRunLoop shortcuts.
| - (void) schedule | 
Add timer to current run loop with default run loop mode.
| - (void) scheduleWithRunLoop: | (NSRunLoop *) | runLoop | |
| mode: | (NSString *) | mode | |
Add timer to given runLoop with given mode.
| runLoop | runLoop to add timer. | 
| mode | runLoop mode. |