aboutsummaryrefslogtreecommitdiff
path: root/VKPC/NonVibrantButton.h
blob: 0864678119dbe2d98375ca250b28eb45198345b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//
//  NonVibrantButton.h
//  VKPC
//
//  Created by Eugene on 11/18/14.
//  Copyright (c) 2014 Eugene Z. All rights reserved.
//

#import <Cocoa/Cocoa.h>

@interface NonVibrantButton : NSButton

@end