NSFastEnumeration
A protocol that objects adopt to support fast enumeration.
Declaration
protocol NSFastEnumerationOverview
The abstract class NSEnumerator provides a convenience implementation that uses nextObject() to return items one at a time.
A protocol that objects adopt to support fast enumeration.
protocol NSFastEnumerationThe abstract class NSEnumerator provides a convenience implementation that uses nextObject() to return items one at a time.