瀏覽代碼

Remove extraneous includes/declarations

master
achmizs 10 年之前
父節點
當前提交
dabb1c6bcd
共有 2 個文件被更改,包括 1 次插入4 次删除
  1. 0
    2
      IRCClient/IRCClientSession.h
  2. 1
    2
      IRCClient/IRCClientSession.m

+ 0
- 2
IRCClient/IRCClientSession.h 查看文件

* or to the IRCClientChannel delegate as required. * or to the IRCClientChannel delegate as required.
*/ */


@class IRCClientChannel;

/**********************************************/ /**********************************************/
#pragma mark IRCClientSession class declaration #pragma mark IRCClientSession class declaration
/**********************************************/ /**********************************************/

+ 1
- 2
IRCClient/IRCClientSession.m 查看文件



#pragma mark Defines and includes #pragma mark Defines and includes


#define IRCCLIENTVERSION "2.0"
#define IRCCLIENTVERSION "2.0a1"


#import "IRCClientSession.h" #import "IRCClientSession.h"
#import "IRCClientChannel.h" #import "IRCClientChannel.h"
#import "IRCClientChannel_Private.h" #import "IRCClientChannel_Private.h"
#import "NSData+SA_NSDataExtensions.h" #import "NSData+SA_NSDataExtensions.h"
#include "string.h"


#pragma mark - Callback function declarations #pragma mark - Callback function declarations



Loading…
取消
儲存