mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-02-23 22:52:34 +01:00
8 lines
192 B
Objective-C
8 lines
192 B
Objective-C
|
#import "Document.h"
|
||
|
#import "HexFiend/HexFiend.h"
|
||
|
#import "HexFiend/HFByteSlice.h"
|
||
|
|
||
|
@interface GBCompleteByteSlice : HFByteSlice
|
||
|
- (instancetype) initWithByteArray:(HFByteArray *)array;
|
||
|
@end
|