Differences From Artifact [9f27229e45]:
- File src/IRCUser.m — part of check-in [3e008e2964] at 2024-08-17 00:19:23 on branch trunk — Don't use private ObjFW functions (user: js, size: 2488) [annotate] [blame] [check-ins using]
To Artifact [4d18aa68b9]:
- File src/IRCUser.m — part of check-in [58b8dc229f] at 2024-08-17 00:20:17 on branch trunk — More consistent naming (user: js, size: 2485) [annotate] [blame] [check-ins using]
︙ | |||
32 33 34 35 36 37 38 | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | - + | #import <ObjFW/macros.h> #import "IRCUser.h" @implementation IRCUser @synthesize username = _username, nickname = _nickname, hostname = _hostname; |
︙ |