FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
Main Page
Related Pages
Classes
Files
File List
File Members
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
11
@interface
NSSet (Enumerator)
12
13
- (instancetype)initWithEnumerator:(
id
<NSFastEnumeration>)enumerator;
14
15
@end
NSSet(Enumerator)
Definition:
NSSet.h:11
FoundationExtension
NSSet.h
Generated by
1.8.7