Quellcode durchsuchen

Added 'user info' property to both classes.

master
achmizs vor 10 Jahren
Ursprung
Commit
fb1a3e4395
2 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  1. 3
    0
      IRCClient/IRCClientChannel.h
  2. 3
    0
      IRCClient/IRCClientSession.h

+ 3
- 0
IRCClient/IRCClientChannel.h Datei anzeigen

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 Datei anzeigen

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

Laden…
Abbrechen
Speichern