소스 검색

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

for the channel */ for the channel */
@property (readonly) NSArray *nicks; @property (readonly) NSArray *nicks;


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

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

+ 3
- 0
IRCClient/IRCClientSession.h 파일 보기

it is not. */ it is not. */
@property (readonly, getter=isConnected) bool connected; @property (readonly, getter=isConnected) bool connected;


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

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

Loading…
취소
저장