瀏覽代碼

Update headers for iOS compatibility

master
Said Achmiz 10 年之前
父節點
當前提交
3f03efb091

+ 1
- 1
IRCClient.h 查看文件

* 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;

+ 1
- 1
IRCClient/IRCClientChannel.h 查看文件

* 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

+ 1
- 1
IRCClient/IRCClientChannelDelegate.h 查看文件

* 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.
* *

+ 1
- 1
IRCClient/IRCClientSession.h 查看文件

* </PRE> * </PRE>
*/ */


#import <Cocoa/Cocoa.h>
#import <Foundation/Foundation.h>
#import "IRCClientSessionDelegate.h" #import "IRCClientSessionDelegate.h"


/** @class IRCClientSession /** @class IRCClientSession

+ 1
- 1
IRCClient/IRCClientSessionDelegate.h 查看文件

* License for more details. * License for more details.
*/ */


#import <Cocoa/Cocoa.h>
#import <Foundation/Foundation.h>


@class IRCClientSession; @class IRCClientSession;
@class IRCClientChannel; @class IRCClientChannel;

Loading…
取消
儲存