mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-02-19 20:55:24 +01:00
9 lines
162 B
Objective-C
Vendored
9 lines
162 B
Objective-C
Vendored
#import <HexFiend/HFByteArray.h>
|
|
|
|
@interface HFByteArray (HFInternal)
|
|
|
|
- (BOOL)_debugIsEqual:(HFByteArray *)val;
|
|
- (BOOL)_debugIsEqualToData:(NSData *)val;
|
|
|
|
@end
|