]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
1 | /* |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | #import <UIKit/UIView.h> | |
8 | ||
9 | @class UIImageView; | |
10 | ||
11 | @interface UIGradientBar : UIView | |
12 | { | |
13 | UIImageView *_topShineView; | |
14 | UIImageView *_gradientFillView; | |
15 | UIImageView *_bottomLineView; | |
16 | } | |
17 | ||
18 | + (id)bottomLineColor; | |
19 | - (void)_tile; | |
20 | - (id)initWithFrame:(struct CGRect)fp8; | |
21 | - (void)dealloc; | |
22 | - (void)setFrame:(struct CGRect)fp8; | |
23 | - (id)hitTest:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16; | |
24 | ||
25 | @end | |
26 |