2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @
class ABClippingImageView
, ABImageWellLabelView
, UIImage
, UIView
;
11 @interface ABPersonImageView
: UIControl
13 void *_displayedPerson
;
14 ABClippingImageView
*_personImageView
;
15 ABClippingImageView
*_wellBorderView
;
16 ABClippingImageView
*_currentBorderView
;
17 ABClippingImageView
*_outlineBorderView
;
18 ABClippingImageView
*_editBorderView
;
19 ABClippingImageView
*_pressedView
;
20 UIView
*_bounceImageView
;
21 ABImageWellLabelView
*_wellLabel
;
22 UIImage
*_personImage
;
25 float _bounceProgress
;
29 + (id
)genericPersonImage
;
30 + (id
)genericOrganizationImage
;
31 + (id
)genericEditPersonImage
;
32 + (void)loadDefaultImage
;
33 - (id
)initWithFrame
:(struct CGRect
)fp8
;
34 - (void)setHighlighted
:(BOOL
)fp8
;
36 - (void)setShowsLabel
:(BOOL
)fp8 animate
:(BOOL
)fp12
;
39 - (void)setDisplayedPerson
:(void *)fp8
;
40 - (void)setPersonImage
:(id
)fp8
;
41 - (void)finishedEditingAnimation
;
42 - (void)setIsEditing
:(BOOL
)fp8 animate
:(BOOL
)fp12
;
43 - (void)bounceAnimationFinished
;
44 - (void)setBouncedImageView
:(id
)fp8
;