FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
NSCharacterSet.h
Go to the documentation of this file.
1 //
2 // NSCharacterSet.h
3 // FoundationExtension
4 //
5 // Created by Jeong YunWon on 2014. 10. 8..
6 // Copyright (c) 2014 youknowone.org. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
21 
26 + (instancetype)emptyCharacterSet;
27 
28 @end
NSCharacterSet extensions.
Definition: NSCharacterSet.h:20
instancetype emptyCharacterSet()
Returns a character set containing no character.