]>
git.saurik.com Git - iphone-api.git/blob - UIKit/UIGradient.h
2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <Foundation/NSObject.h>
9 /*XXX:*/typedef struct {
15 } CDAnonymousStruct11
;
17 @interface UIGradient
: NSObject
19 CDAnonymousStruct11
*_values
;
21 struct CGShading
*_shader
;
24 - (id
)initVerticalWithValues
:(CDAnonymousStruct11
*)fp8
;
25 - (void)fillRect
:(struct CGRect
)fp8 inContext
:(struct CGContext
*)fp24
;
26 - (void)fillRect
:(struct CGRect
)fp8
;