Procházet zdrojové kódy

Added 'user info' property to both classes.

master
achmizs před 10 roky
rodič
revize
fb1a3e4395
2 změnil soubory, kde provedl 6 přidání a 0 odebrání
  1. 3
    0
      IRCClient/IRCClientChannel.h
  2. 3
    0
      IRCClient/IRCClientSession.h

+ 3
- 0
IRCClient/IRCClientChannel.h Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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
/***************************/

Načítá se…
Zrušit
Uložit