Update headers for iOS compatibility
This commit is contained in:
parent
939895835c
commit
3f03efb091
@ -18,7 +18,7 @@
|
||||
* License for more details.
|
||||
*/
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
//! Project version number for IRCClient.
|
||||
FOUNDATION_EXPORT double IRCClientVersionNumber;
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
* License for more details.
|
||||
*/
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "IRCClientChannelDelegate.h"
|
||||
|
||||
/** \class IRCClientChannel
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
* License for more details.
|
||||
*/
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
/** @brief Receives delegate messages from an IRCClientChannel.
|
||||
*
|
||||
|
||||
@ -64,7 +64,7 @@
|
||||
* </PRE>
|
||||
*/
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "IRCClientSessionDelegate.h"
|
||||
|
||||
/** @class IRCClientSession
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
* License for more details.
|
||||
*/
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@class IRCClientSession;
|
||||
@class IRCClientChannel;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user