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

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

Initial commit of skeletal project.

Line 
1//
2//  AIContentEvent.h
3//  Adium
4//
5//  Created by Evan Schoenberg on 7/8/06.
6//
7
8#import <Adium/AIContentStatus.h>
9
10#define CONTENT_EVENT_TYPE              @"Event"                //Type ID for this content
11
12@interface AIContentEvent : AIContentStatus {
13
14}
15
16- (NSString *)eventType;
17
18@end
Note: See TracBrowser for help on using the browser.