ResKnife/Cocoa/Plug-Ins/Hex Editor/HexTextView.h
2002-03-31 17:02:40 +00:00

14 lines
203 B
Objective-C

#import <Cocoa/Cocoa.h>
#import "HexEditorDelegate.h"
#import "HexWindowController.h"
@interface HexTextView : NSTextView
{
}
@end
@interface NSTextView (HexTextView)
- (void)swapForHexTextView;
@end