blob: b1cd312cc1c2253a69795c65ab25c871d5fbc0fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//
// PopoverImageView.h
// VKPC
//
// Created by Eugene on 10/29/14.
// Copyright (c) 2014 Eugene Z. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface PopoverImageView : NSImageView
@end
|