FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
NSSet.h
Go to the documentation of this file.
1 //
2 // NSSet.h
3 // FoundationExtension
4 //
5 // Created by Jeong YunWon on 13. 9. 11..
6 // Copyright (c) 2013년 youknowone.org. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
12 
13 - (instancetype)initWithEnumerator:(id<NSFastEnumeration>)enumerator;
14 
15 @end
Definition: NSSet.h:11