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