]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIClippedImageView.h
Add MobileSMS for NickP.
[iphone-api.git] / UIKit / UIClippedImageView.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 <UIKit/UIView.h>
8
9 @class UIImageView;
10
11 @interface UIClippedImageView : UIView
12 {
13 UIImageView *m_imageView;
14 struct CGRect m_originalFrame;
15 struct CGRect m_baseFrame;
16 }
17
18 - (id)initWithFrame:(struct CGRect)fp8 image:(id)fp24;
19 - (void)dealloc;
20 - (id)image;
21 - (void)setImage:(id)fp8;
22 - (void)setOpaque:(BOOL)fp8;
23 - (void)setFrame:(struct CGRect)fp8;
24 - (void)setBaseFrame:(struct CGRect)fp8;
25 - (struct CGRect)baseFrame;
26 - (void)setImageOrigin:(struct CGPoint)fp8;
27 - (void)setOriginAdjustingImage:(struct CGPoint)fp8;
28
29 @end
30