소스 검색

Update headers for iOS compatibility

master
Said Achmiz 9 년 전
부모
커밋
3f03efb091
5개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 1
    1
      IRCClient.h
  2. 1
    1
      IRCClient/IRCClientChannel.h
  3. 1
    1
      IRCClient/IRCClientChannelDelegate.h
  4. 1
    1
      IRCClient/IRCClientSession.h
  5. 1
    1
      IRCClient/IRCClientSessionDelegate.h

+ 1
- 1
IRCClient.h 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

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

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

/** @class IRCClientSession

+ 1
- 1
IRCClient/IRCClientSessionDelegate.h 파일 보기

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

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

@class IRCClientSession;
@class IRCClientChannel;

Loading…
취소
저장