vvopensource
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Groups Pages
VVNSViewAdditions.h
1 //
2 // VVNSViewAdditions.h
3 // VVOpenSource
4 //
5 // Created by bagheera on 8/1/13.
6 //
7 //
8 
9 #import <Cocoa/Cocoa.h>
10 
11 
12 
13 
14 @interface NSView (VVNSViewAdditions)
15 
16 - (NSPoint) winCoordsOfLocalPoint:(NSPoint)n;
17 - (NSPoint) displayCoordsOfLocalPoint:(NSPoint)n;
18 
19 @end