FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
NSAVersion+System.h
Go to the documentation of this file.
1 //
2 // NSAVersion+System.h
3 // FoundationExtension
4 //
5 // Created by Jeong YunWon on 13. 8. 1..
6 // Copyright (c) 2013 youknowone.org. All rights reserved.
7 //
8 
10 
11 @interface NSAVersion (OSX)
12 
13 + (NSAVersion *)systemVersion;
14 
15 @end
Tool for system version.
Definition: NSAVersion.h:15
Definition: NSAVersion+System.h:11