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
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
20
@interface
NSCharacterSet (Shortcut)
21
26
+ (instancetype)
emptyCharacterSet
;
27
28
@end
NSCharacterSet(Shortcut)
NSCharacterSet extensions.
Definition:
NSCharacterSet.h:20
+[NSCharacterSet(Shortcut) emptyCharacterSet]
instancetype emptyCharacterSet()
Returns a character set containing no character.
FoundationExtension
NSCharacterSet.h
Generated by
1.8.7