00001 // 00002 // HFAttributedByteArray.h 00003 // HexFiend_2 00004 // 00005 // Copyright 2011 ridiculous_fish. All rights reserved. 00006 // 00007 00008 #import <HexFiend/HFByteArray.h> 00009 00010 00018 @class HFByteRangeAttributeArray; 00019 @interface HFAttributedByteArray : HFByteArray { 00020 @private 00021 HFByteArray *impl; 00022 HFByteRangeAttributeArray *attributes; 00023 00024 } 00025 00026 @end