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/UIControl.h>
9 @
class UIImageView
, UILabel
, UIPushButton
;
11 @interface UICalloutView
: UIControl
13 UIImageView
*_leftCap
;
14 UIImageView
*_rightCap
;
15 UIImageView
*_topAnchor
;
16 UIImageView
*_bottomAnchor
;
17 UIImageView
*_leftBackground
;
18 UIImageView
*_rightBackground
;
19 UIPushButton
*_button
;
24 struct CGPoint origin
;
25 struct CGPoint offset
;
31 unsigned int animated
:1;
32 unsigned int didMoveSelectorCalled
:1;
33 unsigned int reserved
:30;
38 + (id
)_buttonImagePressed
;
39 + (id
)_backgroundImage
;
42 + (id
)_topAnchorImage
;
43 + (id
)_bottomAnchorImage
;
44 + (float)defaultHeight
;
45 + (id
)sharedCalloutView
;
46 - (id
)initWithFrame
:(struct CGRect
)fp8
;
48 - (void)setTitle
:(id
)fp8
;
50 - (void)setSubtitle
:(id
)fp8
;
52 - (void)setTemporaryTitle
:(id
)fp8
;
54 - (void)setOffset
:(struct CGPoint
)fp8
;
55 - (struct CGPoint
)offset
;
56 - (struct CGPoint
)anchorPoint
;
57 - (void)getActualAnchorPoint
:(struct CGPoint
*)fp8 frame
:(struct CGRect
*)fp12 position
:(int *)fp16 forDesiredAnchorPoint
:(struct CGPoint
)fp20 boundaryRect
:(struct CGRect
)fp28
;
58 - (void)_setOriginForScale
:(float)fp8
;
59 - (void)setAnchorPoint
:(struct CGPoint
)fp8 boundaryRect
:(struct CGRect
)fp16 animate
:(BOOL
)fp32
;
60 - (void)animationDidStop
:(id
)fp8 finished
:(id
)fp12
;
61 - (void)fadeOutWithDuration
:(float)fp8
;
62 - (void)completeBounceAnimation
;
63 - (void)addTarget
:(id
)fp8 action
:(SEL
)fp12
;
64 - (void)removeTarget
:(id
)fp8
;
65 - (void)setDelegate
:(id
)fp8
;
67 - (id
)hitTest
:(struct CGPoint
)fp8 forEvent
:(struct __GSEvent
*)fp16
;