Differences From Artifact [b29fb96a4b]:
- File src/IRCUser.h — part of check-in [43e5b3c00a] at 2011-03-24 19:49:04 on branch trunk — Some cleanup. (user: js, size: 1410) [annotate] [blame] [check-ins using]
To Artifact [353088c1af]:
- File src/IRCUser.h — part of check-in [88eea97f3d] at 2011-09-12 23:17:01 on branch trunk — Adjust to recent ObjFW changes. (user: js, size: 1416) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
27 28 29 30 31 32 33 | OFString *nickname; OFString *username; OFString *hostname; } @property (copy, readonly) OFString *nickname, *username, *hostname; | | | | 27 28 29 30 31 32 33 34 35 36 | OFString *nickname; OFString *username; OFString *hostname; } @property (copy, readonly) OFString *nickname, *username, *hostname; + IRCUserWithString: (OFString*)string; - initWithString: (OFString*)string; @end |