]> git.saurik.com Git - iphone-api.git/blame - UIKit/UIGradient.h
kUIButtonBarButtonAction*, UIAppl, UIProgressIndicatorStyle, NSURL (UIKitAdditions)
[iphone-api.git] / UIKit / UIGradient.h
CommitLineData
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 <Foundation/NSObject.h>
8
9/*XXX:*/typedef struct {
10 float _field1;
11 float _field2;
12 float _field3;
13 float _field4;
14 float _field5;
15} CDAnonymousStruct11;
16
17@interface UIGradient : NSObject
18{
19 CDAnonymousStruct11 *_values;
20 float _height;
21 struct CGShading *_shader;
22}
23
24- (id)initVerticalWithValues:(CDAnonymousStruct11 *)fp8;
25- (void)fillRect:(struct CGRect)fp8 inContext:(struct CGContext *)fp24;
26- (void)fillRect:(struct CGRect)fp8;
27- (void)dealloc;
28
29@end
30