root/Trunk/Adium.framework/Versions/A/Headers/AIControllerProtocol.h @ 2

Revision 2, 189 bytes (checked in by jon, 16 years ago)

Initial commit of skeletal project.

Line 
1/*
2 *  AIControllerProtocol.h
3 *  Adium
4 *
5 *  Created by Evan Schoenberg on 7/30/06.
6 *
7 */
8
9@protocol AIController <NSObject>
10- (void)controllerDidLoad;
11- (void)controllerWillClose;
12@end
Note: See TracBrowser for help on using the browser.