瀏覽代碼

Added 'user info' property to both classes.

master
achmizs 10 年之前
父節點
當前提交
fb1a3e4395
共有 2 個檔案被更改,包括 6 行新增0 行删除
  1. 3
    0
      IRCClient/IRCClientChannel.h
  2. 3
    0
      IRCClient/IRCClientSession.h

+ 3
- 0
IRCClient/IRCClientChannel.h 查看文件

@@ -63,6 +63,9 @@
for the channel */
@property (readonly) NSArray *nicks;

/** Stores arbitrary user info. */
@property (strong) NSDictionary *userInfo;

/**************************/
#pragma mark - IRC commands
/**************************/

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

@@ -137,6 +137,9 @@
it is not. */
@property (readonly, getter=isConnected) bool connected;

/** Stores arbitrary user info. */
@property (strong) NSDictionary *userInfo;

/***************************/
#pragma mark - Class methods
/***************************/

Loading…
取消
儲存