HexFiend
HFBTreeByteArray.h
Go to the documentation of this file.
1 //
2 // HFBTreeByteArray.h
3 // HexFiend_2
4 //
5 // Created by peter on 4/28/09.
6 // Copyright 2009 ridiculous_fish. All rights reserved.
7 //
8 
9 #import <HexFiend/HFByteArray.h>
10 
11 @class HFBTree;
12 
22 @private
23  HFBTree *btree;
24 }
25 
28 - (instancetype)init;
29 
30 @end
instancetype init()
The principal efficient implementation of HFByteArray.
Definition: HFBTreeByteArray.h:21
The principal Model class for HexFiend&#39;s MVC architecture.
Definition: HFByteArray.h:36