mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-02-24 15:12:23 +01:00
8 lines
201 B
C
8 lines
201 B
C
|
#import <HexFiend/HFByteSlice.h>
|
||
|
|
||
|
@interface HFByteSlice (HFByteSlice_Private)
|
||
|
|
||
|
- (void)constructNewByteSlicesAboutRange:(HFRange)range first:(HFByteSlice **)first second:(HFByteSlice **)second;
|
||
|
|
||
|
@end
|