FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
CocoaExtension.h
Go to the documentation of this file.
1 //
2 // CocoaExtension.h
3 // CocoaExtension
4 //
5 // Created by Jeong YunWon on 12. 10. 28..
6 // Copyright (c) 2012 youknowone.org. All rights reserved.
7 //
8 
21 @import Cocoa;
22 
24 FOUNDATION_EXPORT double CocoaExtensionVersionNumber;
25 
27 FOUNDATION_EXPORT const unsigned char CocoaExtensionVersionString[];
28 
30 
31 // depenency level 0
33 #import <CocoaExtension/FSEventStream.h> // level: 0 / deps(0): / internal(0):
34 #import <CocoaExtension/NSAttributedString+Cocoa.h> // level: 0 / deps(1): NSADictionary / internal(0):
35 #import <CocoaExtension/NSControl.h> // level: 0 / deps(0): / internal(0):
36 #import <CocoaExtension/NSGeometry.h> // level: 0 / deps(0): / internal(0):
37 #import <CocoaExtension/NSImage.h> // level: 0 / deps(0): / internal(0):
38 #import <CocoaExtension/NSPasteboard.h> // level: 0 / deps(0): / internal(0):
39 #import <CocoaExtension/NSTextView.h> // level: 0 / deps(0): / internal(0):
40 // depenency level 20
41 #import <CocoaExtension/NSAImageWell.h> // level: 20 / deps(0): / internal(3): NSGeometry, NSImage, NSPasteboard
42 #import <CocoaExtension/NSAVersion+System.h> // level: 20 / deps(1): NSAVersion / internal(0):
[NSControl]0] category extension collections.
FOUNDATION_EXPORT const unsigned char CocoaExtensionVersionString[]
Project version string for FoundationExtension.
Definition: CocoaExtension.h:27
FOUNDATION_EXPORT double CocoaExtensionVersionNumber
Project version number for FoundationExtension.
Definition: CocoaExtension.h:24
NSMutableAttributedString attributes dictionary and data type to support it.
NSPasteboard category extension collections.
NSImage category extension collections.
Human friendly NSGeometry symbols and macros.
FSEventStream wrapper in [][0].
NSTextView extension.
import Cocoa
Definition: CocoaExtension.h:21
Unified header collection for Foundation.framework extension collection.
'Real' image well implementation.