Kaynağa Gözat

Update headers for iOS compatibility

master
Said Achmiz 9 yıl önce
ebeveyn
işleme
3f03efb091

+ 1
- 1
IRCClient.h Dosyayı Görüntüle

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

+ 1
- 1
IRCClient/IRCClientChannel.h Dosyayı Görüntüle

@@ -17,7 +17,7 @@
* License for more details.
*/

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

/** \class IRCClientChannel

+ 1
- 1
IRCClient/IRCClientChannelDelegate.h Dosyayı Görüntüle

@@ -17,7 +17,7 @@
* License for more details.
*/

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

/** @brief Receives delegate messages from an IRCClientChannel.
*

+ 1
- 1
IRCClient/IRCClientSession.h Dosyayı Görüntüle

@@ -64,7 +64,7 @@
* </PRE>
*/

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

/** @class IRCClientSession

+ 1
- 1
IRCClient/IRCClientSessionDelegate.h Dosyayı Görüntüle

@@ -17,7 +17,7 @@
* License for more details.
*/

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

@class IRCClientSession;
@class IRCClientChannel;

Loading…
İptal
Kaydet