FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
NSABlockEnumerator Class Reference

Enumerator using block. More...

#import <NSAEnumerator.h>

Inheritance diagram for NSABlockEnumerator:

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...
 

Detailed Description

Enumerator using block.

Method Documentation

+ (instancetype) enumeratorWithBlock: (NSABlockEnumeration block

Returns an enumerator with given block.

- (instancetype) initWithBlock: (NSABlockEnumeration block

Initialize and returns an enumerator with given block.

Property Documentation

- (NSABlockEnumeration) block
readwritenonatomiccopy

block


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