julius / bezelhud

Quicksilver Interface

This URL has Read+Write access

bezelhud / BHFieldEditor.h
100644 17 lines (11 sloc) 0.219 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
// BHFieldEditor.h
// BezelHUD
//
// Created by Julius Eckert on 05.05.08.
// Copyright 2008 __MyCompanyName__. All rights reserved.
//
 
#import <Cocoa/Cocoa.h>
 
 
@interface BHFieldEditor : NSTextView {
 
}
 
@end