FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
NSValue.h
Go to the documentation of this file.
1 //
2 // NSValue.h
3 // FoundationExtension
4 //
5 // Created by Jeong YunWon on 13. 6. 15..
6 // Copyright (c) 2013 youknowone.org. All rights reserved.
7 //
8 
15 #import <Foundation/Foundation.h>
16 
22 
27 - (NSValue *)valueForObject;
28 
29 @end
NSObject extension cateogory collection for NSValue.
Definition: NSValue.h:21