Put NSAutoreleasePool usage around other distributed notification observer methods
[adiumx.git] / Source / AIContactInfoImageViewWithImagePicker.h
blob399cc330369df21c0bdb009df89d4c35cc933c33
1 //
2 // AIContactInfoImageViewWithImagePicker.h
3 // Adium
4 //
5 // Created by Evan Schoenberg on 10/1/06.
6 //
8 #import <Cocoa/Cocoa.h>
9 #import <AIUtilities/AIImageViewWithImagePicker.h>
11 @interface AIContactInfoImageViewWithImagePicker : AIImageViewWithImagePicker {
12 BOOL resetImageHovered;
13 NSTrackingRectTag resetImageTrackingTag;
14 BOOL showResetImageButton;
17 - (void)setShowResetImageButton:(BOOL)inShowResetImageButton;
19 @end