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 <UIKit/UIView.h>
11 @interface UIClippedImageView
: UIView
13 UIImageView
*m_imageView
;
14 struct CGRect m_originalFrame
;
15 struct CGRect m_baseFrame
;
18 - (id
)initWithFrame
:(struct CGRect
)fp8 image
:(id
)fp24
;
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
;