2 // AIContactListNameButton.h
5 // Created by Evan Schoenberg on 2/23/06.
8 #import "AIHoveringPopUpButton.h"
10 @interface AIContactListNameButton
: AIHoveringPopUpButton
{
11 NSTextField
*textField_editor
;
17 - (void)editNameStartingWithString
:(NSString
*)startingString notifyingTarget
:(id
)inTarget selector
:(SEL
)inSelector userInfo
:(id
)inUserInfo
;