X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/3ab111b775ac8cd5dcb452d42ff72b48b7b1a4b0..4701dfd179c4ea4a898bc394ddbb138a1bc4f6b4:/ITCoreImageView.h diff --git a/ITCoreImageView.h b/ITCoreImageView.h new file mode 100644 index 0000000..0b124aa --- /dev/null +++ b/ITCoreImageView.h @@ -0,0 +1,19 @@ +/* + * ITKit + * ITCoreImageView.h + * + * View subclass that provides the view for the masking window of a Core Image effect + * + * Copyright (c) 2006 by iThink Software. + * All Rights Reserved. + * + * $Id$ + * + */ + +#import + +@interface ITCoreImageView : NSView { +} + +@end