8 lines
137 B
C
8 lines
137 B
C
|
#import <HexFiend/HFRepresenter.h>
|
||
|
|
||
|
@interface HFRepresenter (HFInternalStuff)
|
||
|
|
||
|
- (void)_setController:(HFController *)controller;
|
||
|
|
||
|
@end
|