mirror of
https://github.com/microtherion/VocalEasel.git
synced 2025-01-03 17:04:00 +00:00
14 lines
224 B
C
14 lines
224 B
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
|