| * License for more details. | * License for more details. | ||||
| */ | */ | ||||
| #import <Cocoa/Cocoa.h> | |||||
| #import <Foundation/Foundation.h> | |||||
| //! Project version number for IRCClient. | //! Project version number for IRCClient. | ||||
| FOUNDATION_EXPORT double IRCClientVersionNumber; | FOUNDATION_EXPORT double IRCClientVersionNumber; |
| * License for more details. | * License for more details. | ||||
| */ | */ | ||||
| #import <Cocoa/Cocoa.h> | |||||
| #import <Foundation/Foundation.h> | |||||
| #import "IRCClientChannelDelegate.h" | #import "IRCClientChannelDelegate.h" | ||||
| /** \class IRCClientChannel | /** \class IRCClientChannel |
| * License for more details. | * License for more details. | ||||
| */ | */ | ||||
| #import <Cocoa/Cocoa.h> | |||||
| #import <Foundation/Foundation.h> | |||||
| /** @brief Receives delegate messages from an IRCClientChannel. | /** @brief Receives delegate messages from an IRCClientChannel. | ||||
| * | * |
| * </PRE> | * </PRE> | ||||
| */ | */ | ||||
| #import <Cocoa/Cocoa.h> | |||||
| #import <Foundation/Foundation.h> | |||||
| #import "IRCClientSessionDelegate.h" | #import "IRCClientSessionDelegate.h" | ||||
| /** @class IRCClientSession | /** @class IRCClientSession |
| * License for more details. | * License for more details. | ||||
| */ | */ | ||||
| #import <Cocoa/Cocoa.h> | |||||
| #import <Foundation/Foundation.h> | |||||
| @class IRCClientSession; | @class IRCClientSession; | ||||
| @class IRCClientChannel; | @class IRCClientChannel; |