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