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

13 lines
171 B
Objective-C

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