Added a new core image ripple effect.
[ITKit.git] / ITCoreImageView.h
diff --git a/ITCoreImageView.h b/ITCoreImageView.h
new file mode 100644 (file)
index 0000000..0b124aa
--- /dev/null
@@ -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 <Cocoa/Cocoa.h>
+
+@interface ITCoreImageView : NSView {
+}
+
+@end