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

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

Initial commit of skeletal project.

Line 
1//
2//  AIListBookmark.h
3//  Adium
4//
5//  Created by Chloe Haney on 19/07/07.
6//
7
8#import <AIListContact.h>
9#import <AIAccount.h>
10#import <AIListGroup.h>
11
12@interface AIListBookmark : AIListContact <NSCoding> {
13        NSDictionary *chatCreationDictionary;
14
15        NSString                        *password;
16        NSString                        *name;
17}
18
19- (id)initWithChat:(AIChat *)inChat;
20
21- (NSString*)name;
22- (NSDictionary*)chatCreationDictionary;
23
24- (void)openChat;
25
26@end
Note: See TracBrowser for help on using the browser.