Port to ObjC 1.
This commit is contained in:
parent
50012ba975
commit
5b16eaa1f0
19 changed files with 468 additions and 204 deletions
|
@ -32,10 +32,20 @@
|
|||
OFArray *groups;
|
||||
}
|
||||
|
||||
#ifdef OF_HAVE_PROPERTIES
|
||||
@property (copy) XMPPJID *JID;
|
||||
@property (copy) OFString *name;
|
||||
@property (copy) OFString *subscription;
|
||||
@property (copy) OFArray *groups;
|
||||
#endif
|
||||
|
||||
+ rosterItem;
|
||||
- (void)setJID: (XMPPJID*)JID;
|
||||
- (XMPPJID*)JID;
|
||||
- (void)setName: (OFString*)name;
|
||||
- (OFString*)name;
|
||||
- (void)setSubscription: (OFString*)subscription;
|
||||
- (OFString*)subscription;
|
||||
- (void)setGroups: (OFArray*)groups;
|
||||
- (OFArray*)groups;
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue