| 
    FoundationExtension
    
   FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection. 
   | 
 
Enumerators for convinience. More...
#import <Foundation/Foundation.h>Go to the source code of this file.
Classes | |
| class | NSAInfiniteEnumerator | 
| Infinite loop.  More... | |
| class | NSARangeEnumerator | 
| This enumerator generate number through a range.  More... | |
| class | NSABlockEnumerator | 
| Enumerator using block.  More... | |
Typedefs | |
| typedef id(^ | NSABlockEnumeration )(NSUInteger index, BOOL *stop) | 
| Enumeration block for NSABlockEnumerator.  More... | |
Enumerators for convinience.
| typedef id(^ NSABlockEnumeration)(NSUInteger index, BOOL *stop) | 
Enumeration block for NSABlockEnumerator.