2 * From AddressBook.framework, 10.3 and later
4 @interface NSIPRecentPicture
:NSObject
6 NSString
*_originalImageName
;
7 NSImage
*_originalImage
;
9 NSData
*_smallIconData
;
16 + (void)noCurrentPicture
;
21 + (void)removeAllButCurrent
;
23 - (void)_removePermanently
;
24 - (struct _NSRect
)crop
;
28 - initWithOriginalImage
:fp8
;
29 - initWithOriginalImage
:fp8 crop
:(struct _NSRect
)fp12 smallIcon
:fp28
;
32 - (void)setCrop
:(struct _NSRect
)fp8 smallIcon
:fp24
;