struct Iterator
s10Foundation12NSEnumeratorC8IteratorV
6HD3K
import Foundation
class NSEnumerator
var allObjects: [Any] { get }
func makeIterator() -> NSEnumerator.Iterator
func nextObject() -> Any?
protocol IteratorProtocol<Element>
A type that supplies the values of a sequence one at a time.
func next() -> Any?