Put NSAutoreleasePool usage around other distributed notification observer methods
[adiumx.git] / Source / AIContactListNameButton.h
blob33e3cd87ff4f62c2b8e16875b4f68d1eb6e561a8
1 //
2 // AIContactListNameButton.h
3 // Adium
4 //
5 // Created by Evan Schoenberg on 2/23/06.
6 //
8 #import "AIHoveringPopUpButton.h"
10 @interface AIContactListNameButton : AIHoveringPopUpButton {
11 NSTextField *textField_editor;
12 id editTarget;
13 SEL editSelector;
14 id editUserInfo;
17 - (void)editNameStartingWithString:(NSString *)startingString notifyingTarget:(id)inTarget selector:(SEL)inSelector userInfo:(id)inUserInfo;
19 @end