Make sure all properties are nonatomic
This commit is contained in:
parent
8c991b50d2
commit
e0ff07860a
6 changed files with 19 additions and 15 deletions
|
@ -48,12 +48,12 @@ OF_ASSUME_NONNULL_BEGIN
|
|||
* This usually contains at least all immediate child nodes, but may contain
|
||||
* any number of nodes nested more deeply.
|
||||
*/
|
||||
@property (readonly) OFDictionary *discoNodes;
|
||||
@property (readonly, nonatomic) OFDictionary *discoNodes;
|
||||
|
||||
/*!
|
||||
* The node advertised for the entity's capabilites.
|
||||
*/
|
||||
@property (readonly) OFString *capsNode;
|
||||
@property (readonly, nonatomic) OFString *capsNode;
|
||||
|
||||
+ (instancetype)discoNodeWithJID: (XMPPJID *)JID
|
||||
node: (nullable OFString *)node OF_UNAVAILABLE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue