Added `-[NSArray validateAsPropertyList]` and `-[NSDictionary validateAsPropertyList...
[adiumx.git] / Source / AIContactListImagePicker.h
blob3e9c3c64aaed5993fd09b81d7e318ae6a737ec6e
1 //
2 // AIContactListImagePicker.h
3 // Adium
4 //
5 // Created by Evan Schoenberg on 12/16/05.
6 // Copyright 2006 the Adium Team. All rights reserved.
7 //
9 #import <AIUtilities/AIImageViewWithImagePicker.h>
11 @class AIAccount;
13 @interface AIContactListImagePicker : AIImageViewWithImagePicker {
14 BOOL hovered;
15 NSTrackingRectTag trackingTag;
17 NSMenu *imageMenu;
20 @end