blob: 9d73309b50b51947ec5dc8a0a2f743dcd586479f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|