gcc 4.6 does not seem to create implicit ivars.
This commit is contained in:
parent
915d5b5cab
commit
902ab046c0
1 changed files with 7 additions and 0 deletions
|
@ -25,6 +25,13 @@
|
||||||
@class XMPPJID;
|
@class XMPPJID;
|
||||||
|
|
||||||
@interface XMPPRosterItem: OFObject
|
@interface XMPPRosterItem: OFObject
|
||||||
|
{
|
||||||
|
XMPPJID *JID;
|
||||||
|
OFString *name;
|
||||||
|
OFString *subscription;
|
||||||
|
OFArray *groups;
|
||||||
|
}
|
||||||
|
|
||||||
@property (copy) XMPPJID *JID;
|
@property (copy) XMPPJID *JID;
|
||||||
@property (copy) OFString *name;
|
@property (copy) OFString *name;
|
||||||
@property (copy) OFString *subscription;
|
@property (copy) OFString *subscription;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue