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>
9 @interface
UIView (Geometry
)
10 - (struct CGRect
)frame
;
11 - (struct CGRect
)extent
;
12 - (void)setFrame
:(struct CGRect
)fp8
;
13 - (struct CGAffineTransform
)transform
;
14 - (void)setTransform
:(struct CGAffineTransform
)fp8
;
15 - (void)setMultipleTouchEnabled
:(BOOL
)fp8
;
16 - (BOOL
)isMultipleTouchEnabled
;
17 - (void)setExclusiveTouch
:(BOOL
)fp8
;
18 - (BOOL
)isExclusiveTouch
;
19 - (BOOL
)ignoresMouseEvents
;
20 - (id
)hitTest
:(struct CGPoint
)fp8 withEvent
:(id
)fp16
;
21 - (BOOL
)pointInside
:(struct CGPoint
)fp8 withEvent
:(id
)fp16
;
22 - (struct CGPoint
)convertPoint
:(struct CGPoint
)fp8 toView
:(id
)fp16
;
23 - (struct CGPoint
)convertPoint
:(struct CGPoint
)fp8 fromView
:(id
)fp16
;
24 - (struct CGSize
)convertSize
:(struct CGSize
)fp8 toView
:(id
)fp16
;
25 - (struct CGSize
)convertSize
:(struct CGSize
)fp8 fromView
:(id
)fp16
;
26 - (struct CGRect
)convertRect
:(struct CGRect
)fp8 toView
:(id
)fp24
;
27 - (struct CGRect
)convertRect
:(struct CGRect
)fp8 fromView
:(id
)fp24
;
28 - (struct CGRect
)hitRect
;
29 - (void)setFrame
:(struct CGRect
)fp8 forFields
:(int)fp24
;
30 - (void)setRotationBy
:(float)fp8
;
31 - (void)setAutoresizesSubviews
:(BOOL
)fp8
;
32 - (BOOL
)autoresizesSubviews
;
33 - (void)setAutoresizingMask
:(unsigned int)fp8
;
34 - (unsigned int)autoresizingMask
;
35 - (struct CGSize
)sizeThatFits
:(struct CGSize
)fp8
;
37 - (void)resizeSubviewsWithOldSize
:(struct CGSize
)fp8
;
38 - (void)resizeWithOldSuperviewSize
:(struct CGSize
)fp8
;
39 - (struct CGRect
)bounds
;
40 - (void)setBounds
:(struct CGRect
)fp8
;
41 - (struct CGPoint
)position
;
42 - (void)setPosition
:(struct CGPoint
)fp8
;
43 - (struct CGPoint
)center
;
44 - (void)setCenter
:(struct CGPoint
)fp8
;
45 - (struct CGPoint
)origin
;
46 - (void)setOrigin
:(struct CGPoint
)fp8
;