FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
NSAttributedString.h
Go to the documentation of this file.
1 //
2 // NSAttributedString.h
3 // FoundationExtension
4 //
5 // Created by Jeong YunWon on 12. 10. 31..
6 // Copyright (c) 2012 youknowone.org. All rights reserved.
7 //
8 
16 #import <Foundation/Foundation.h>
17 
22 
23 + (instancetype)attributedString;
24 
25 @end
26 
NSAttributedString common shortcuts.
Definition: NSAttributedString.h:21