00001 // 00002 // HFRepresenterVerticalScroller.h 00003 // HexFiend_2 00004 // 00005 // Copyright 2007 ridiculous_fish. All rights reserved. 00006 // 00007 00008 #import <HexFiend/HFRepresenter.h> 00009 00017 @interface HFVerticalScrollerRepresenter : HFRepresenter { 00018 00019 } 00020 00021 @end