Enumerable.h 102 B

12345
  1. #import <Foundation/Foundation.h>
  2. @protocol Enumerable <NSObject>
  3. -(NSEnumerator *)toEnumerator;
  4. @end