CatNiP -test sprint-4-interim
catnip
|
00001 // 00002 // UIVerticalScrollBar.h 00003 // CatNipTableTest 00004 // 00005 // Created by Lari O Rasku, tkol on 5/25/11. 00006 // Copyright 2011 __MyCompanyName__. All rights reserved. 00007 // 00008 00009 #import <Foundation/Foundation.h> 00010 00011 @interface UIVerticalScrollBar : UISlider <UIScrollViewDelegate> { 00012 UIScrollView *delegate; 00013 } 00014 00016 @property (nonatomic, retain) UIScrollView *delegate; 00017 00018 @end