VocalEasel/Sources/VLToolbarButton.h

14 lines
224 B
C
Raw Normal View History

2011-08-29 00:01:49 +00:00
//
// 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