Adjust to ObjFW changes
FossilOrigin-Name: e7f0831117b1cb0f56658ca9130df2f12dff6c49dfaf261d3b842c1f2b0265ca
This commit is contained in:
parent
9e71cf9de7
commit
533177729a
5 changed files with 44 additions and 133 deletions
|
@ -27,13 +27,8 @@
|
|||
OFString *_nickname, *_username, *_hostname;
|
||||
}
|
||||
|
||||
#ifdef OF_HAVE_PROPERTIES
|
||||
@property (copy, readonly) OFString *nickname, *username, *hostname;
|
||||
#endif
|
||||
|
||||
+ (instancetype)IRCUserWithString: (OFString*)string;
|
||||
- initWithString: (OFString*)string;
|
||||
- (OFString*)nickname;
|
||||
- (OFString*)username;
|
||||
- (OFString*)hostname;
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue