/* * AIControllerProtocol.h * Adium * * Created by Evan Schoenberg on 7/30/06. * */ @protocol AIController - (void)controllerDidLoad; - (void)controllerWillClose; @end