]> git.saurik.com Git - iphone-api.git/blob - UIKit/UICompositeImageElement.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UICompositeImageElement.h
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 @class UIImage;
10
11 @interface UICompositeImageElement : NSObject
12 {
13 UIImage *m_image;
14 struct CGRect m_fromRect;
15 struct CGRect m_toRect;
16 int m_operation;
17 float m_fraction;
18 }
19
20 + (id)elementWithImage:(id)fp8 toRect:(struct CGRect)fp12 fromRect:(struct CGRect)fp28 operation:(int)fp44 fraction:(float)fp48;
21 - (id)initWithImage:(id)fp8 toRect:(struct CGRect)fp12 fromRect:(struct CGRect)fp28 operation:(int)fp44 fraction:(float)fp48;
22 - (void)dealloc;
23 - (void)draw;
24
25 @end
26