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

Revision 2, 2.1 KB (checked in by jon, 16 years ago)

Initial commit of skeletal project.

Line 
1/*
2 * Adium is the legal property of its developers, whose names are listed in the copyright file included
3 * with this source distribution.
4 *
5 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU
6 * General Public License as published by the Free Software Foundation; either version 2 of the License,
7 * or (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
10 * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
11 * Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License along with this program; if not,
14 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
15 */
16
17#import <Adium/AIAdiumProtocol.h>
18#import <Adium/AIAbstractListController.h>
19#import <Adium/AIAccount.h>
20#import <Adium/AIAccountViewController.h>
21#import <Adium/AIActionDetailsPane.h>
22#import <Adium/AIChat.h>
23#import <Adium/AIContactInfoPane.h>
24#import <Adium/AIContentContext.h>
25#import <Adium/AIContentMessage.h>
26#import <Adium/AIContentObject.h>
27#import <Adium/AIContentStatus.h>
28#import <Adium/AIContentTyping.h>
29#import <Adium/AIContextMenuTextView.h>
30#import <Adium/AIEditStateWindowController.h>
31#import <Adium/AIEmoticon.h>
32#import <Adium/AIIconState.h>
33#import <Adium/AIListContact.h>
34#import <Adium/AIListGroup.h>
35#import <Adium/AIListObject.h>
36#import <Adium/AIListOutlineView.h>
37#import <Adium/AILocalizationAssistance.h>
38#import <Adium/AIMessageEntryTextView.h>
39#import <Adium/AIMetaContact.h>
40#import <Adium/AIModularPane.h>
41#import <Adium/AIModularPaneCategoryView.h>
42#import <Adium/AIPlugin.h>
43#import <Adium/AIPreferencePane.h>
44#import <Adium/AIService.h>
45#import <Adium/AIServiceIcons.h>
46#import <Adium/AIServiceMenu.h>
47#import <Adium/AISortController.h>
48#import <Adium/AIStatus.h>
49#import <Adium/AIStatusIcons.h>
50#import <Adium/AIUserIcons.h>
51#import <Adium/AIWindowController.h>
52#import <Adium/DCJoinChatViewController.h>
53#import <Adium/ESDebugAILog.h>
54#import <Adium/ESFileTransfer.h>
Note: See TracBrowser for help on using the browser.