]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
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 "UIControl.h" | |
8 | ||
9 | @class ABClippingImageView, ABImageWellLabelView, UIImage, UIView; | |
10 | ||
11 | @interface ABPersonImageView : UIControl | |
12 | { | |
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; | |
23 | BOOL _isEditing; | |
24 | BOOL _showLabel; | |
25 | float _bounceProgress; | |
26 | BOOL _isAnimating; | |
27 | } | |
28 | ||
29 | + (id)genericPersonImage; | |
30 | + (id)genericOrganizationImage; | |
31 | + (id)genericEditPersonImage; | |
32 | + (void)loadDefaultImage; | |
33 | - (id)initWithFrame:(struct CGRect)fp8; | |
34 | - (void)setHighlighted:(BOOL)fp8; | |
35 | - (void)dealloc; | |
36 | - (void)setShowsLabel:(BOOL)fp8 animate:(BOOL)fp12; | |
37 | - (void)reflow; | |
38 | - (void)reload; | |
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; | |
45 | ||
46 | @end | |
47 |