| 
    FoundationExtension
    
   FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection. 
   | 
 
Enumerator using block. More...
#import <NSAEnumerator.h>
  
 Instance Methods | |
| (instancetype) | - initWithBlock: | 
| Initialize and returns an enumerator with given block.  More... | |
Class Methods | |
| (instancetype) | + enumeratorWithBlock: | 
| Returns an enumerator with given block.  More... | |
Properties | |
| NSABlockEnumeration | block | 
| block  More... | |
Enumerator using block.
| + (instancetype) enumeratorWithBlock: | (NSABlockEnumeration) | block | 
Returns an enumerator with given block.
| - (instancetype) initWithBlock: | (NSABlockEnumeration) | block | 
Initialize and returns an enumerator with given block.
      
  | 
  readwritenonatomiccopy | 
block