Removing the use of private CoreGraphics APIs to draw shadows, and replacing with...
[ITKit.git] / ITCoreImageView.h
1 /*
2  *      ITKit
3  *      ITCoreImageView.h
4  *
5  *      View subclass that provides the view for the masking window of a Core Image effect
6  *
7  *      Copyright (c) 2006 iThink Software
8  *
9  */
10
11 #import <Cocoa/Cocoa.h>
12
13 @interface ITCoreImageView : NSView {
14 }
15
16 @end