Update headers for iOS compatibility

This commit is contained in:
Said Achmiz 2016-03-11 02:30:54 -05:00
parent 939895835c
commit 3f03efb091
5 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@
* 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;

View File

@ -17,7 +17,7 @@
* 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

View File

@ -17,7 +17,7 @@
* 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.
* *

View File

@ -64,7 +64,7 @@
* </PRE> * </PRE>
*/ */
#import <Cocoa/Cocoa.h> #import <Foundation/Foundation.h>
#import "IRCClientSessionDelegate.h" #import "IRCClientSessionDelegate.h"
/** @class IRCClientSession /** @class IRCClientSession

View File

@ -17,7 +17,7 @@
* License for more details. * License for more details.
*/ */
#import <Cocoa/Cocoa.h> #import <Foundation/Foundation.h>
@class IRCClientSession; @class IRCClientSession;
@class IRCClientChannel; @class IRCClientChannel;