ResKnife/Cocoa/Plug-Ins/Hex Editor/HexTextView.h

8 lines
100 B
C
Raw Normal View History

2002-02-11 01:22:17 +00:00
#import <Cocoa/Cocoa.h>
#import "HexEditorDelegate.h"
2002-02-02 11:48:54 +00:00
@interface HexTextView : NSTextView
{
}
@end