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 NSString
, SlicedImageView
, UITextLabel
;
11 @interface AddressAtom
: UIControl
13 CDAnonymousStruct2 _atomImageSlices
;
14 SlicedImageView
*_leftCap
;
15 SlicedImageView
*_rightCap
;
16 SlicedImageView
*_center
;
17 UITextLabel
*_addressLabel
;
19 NSString
*_fullAddress
;
21 NSString
*_displayString
;
22 struct CGPoint _displayStringOrigin
;
23 unsigned int _maxWidth
;
25 unsigned int _addressIsPhoneNumber
:1;
26 unsigned int _needsToSendMouseUpEvents
:1;
27 unsigned int _dragging
:1;
28 unsigned int _updatedABPerson
:1;
32 - (void)_registerForNotifications
;
33 - (void)_unregisterForNotifications
;
34 - (id
)initWithAddress
:(id
)fp8 isPhoneNumber
:(BOOL
)fp12 maxWidth
:(float)fp16 useDisplayString
:(BOOL
)fp20
;
35 - (void)setDelegate
:(id
)fp8
;
36 - (void)mouseUp
:(struct __GSEvent
*)fp8
;
37 - (void)mouseDragged
:(struct __GSEvent
*)fp8
;
38 - (void)sendAction
:(SEL
)fp8 toTarget
:(id
)fp12 forEvent
:(struct __GSEvent
*)fp16
;
40 - (void)setFrame
:(struct CGRect
)fp8
;
42 - (void)_updateABPerson
;
43 - (void)_addressBookRecordDidChange
;
44 - (void)_updateDisplayStringIncludingABPerson
:(BOOL
)fp8
;
47 - (id
)unmodifiedAddressString
;
49 - (void)setHighlighted
:(BOOL
)fp8
;
50 - (BOOL
)_alwaysHandleScrollerMouseEvent
;