Differences From Artifact [08c1937320]:
- File src/IRCUser.h — part of check-in [7f37e545cf] at 2012-10-30 20:27:20 on branch trunk — Port to ObjC1. (user: js, size: 1525) [annotate] [blame] [check-ins using]
To Artifact [f35fb4156a]:
- File src/IRCUser.h — part of check-in [8845b8b00b] at 2013-02-14 00:20:49 on branch trunk — Prefix all ivars with an underscore. (user: js, size: 1508) [annotate] [blame] [check-ins using]
︙ | |||
20 21 22 23 24 25 26 | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | - + - - | * POSSIBILITY OF SUCH DAMAGE. */ #import <ObjFW/OFObject.h> @interface IRCUser: OFObject <OFCopying> { |
︙ |