VocalEasel/Sources/VLToolbarButton.h
Matthias Neeracher 61fffbe00c Revamp toolbars
2011-08-29 02:01:58 +02:00

14 lines
224 B
Objective-C

//
// VLToolbarButton.h
// VocalEasel
//
// Created by Matthias Neeracher on 8/23/11.
// Copyright 2011 Matthias Neeracher. All rights reserved.
//
#import <AppKit/AppKit.h>
@interface VLToolbarButton : NSButton
@end