1
0
mirror of https://github.com/bsnes-emu/bsnes.git synced 2025-05-14 22:45:35 +02:00
bsnes/HexFiend/HFHexTextView.h

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