_NSEnumeratorType

protocol _NSEnumeratorType

A shadow for the NSEnumerator class.

Inheritance _ShadowProtocol View Protocol Hierarchy →
Import import Swift

Initializers

init() Required

Declaration

init()

Instance Methods

func nextObject() Required

Declaration

func nextObject() -> AnyObject?