aboutsummaryrefslogtreecommitdiff
path: root/VKPC/VibrantImageView.h
diff options
context:
space:
mode:
Diffstat (limited to 'VKPC/VibrantImageView.h')
-rw-r--r--VKPC/VibrantImageView.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/VKPC/VibrantImageView.h b/VKPC/VibrantImageView.h
new file mode 100644
index 0000000..39ff646
--- /dev/null
+++ b/VKPC/VibrantImageView.h
@@ -0,0 +1,13 @@
+//
+// VibrantImageView.h
+// VKPC
+//
+// Created by Eugene on 10/28/14.
+// Copyright (c) 2014 Eugene Z. All rights reserved.
+//
+
+#import <Cocoa/Cocoa.h>
+
+@interface VibrantImageView : NSImageView
+
+@end