16 lines
179 B
Objective-C
Vendored
16 lines
179 B
Objective-C
Vendored
//
|
|
// HFHexTextView.h
|
|
// HexFiend_2
|
|
//
|
|
// Copyright 2007 __MyCompanyName__. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
|
|
@interface HFHexTextView : NSTextView {
|
|
|
|
}
|
|
|
|
@end
|