Differences From Artifact [78eee45854]:
- File src/XMPPRosterItem.m — part of check-in [dd2c1286f9] at 2013-06-23 19:57:46 on branch trunk — Get rid of BOOL. (user: js, size: 2456) [annotate] [blame] [check-ins using]
To Artifact [2c3d9410b3]:
- File src/XMPPRosterItem.m — part of check-in [049768c6ae] at 2013-06-23 21:41:47 on branch trunk — Use instancetype. (user: js, size: 2470) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
26 27 28 29 30 31 32 | #import "XMPPRosterItem.h" #import "XMPPJID.h" #import <ObjFW/macros.h> @implementation XMPPRosterItem | | | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | #import "XMPPRosterItem.h" #import "XMPPJID.h" #import <ObjFW/macros.h> @implementation XMPPRosterItem + (instancetype)rosterItem { return [[[self alloc] init] autorelease]; } - (void)dealloc { [_JID release]; |
︙ | ︙ |