ObjFW  Diff

Differences From Artifact [0606348126]:

To Artifact [c2fdfea4e8]:


90
91
92
93
94
95
96
97

98
99

100
101
102
103
104
105
106
90
91
92
93
94
95
96

97
98

99
100
101
102
103
104
105
106







-
+

-
+








/**
 * @brief An array of all objects.
 */
@property (readonly, nonatomic) OFArray OF_GENERIC(ObjectType) *allObjects;

/**
 * @brief A URL-encoded string with the contents of the dictionary.
 * @brief The dictionary as a URI query string.
 */
@property (readonly, nonatomic) OFString *stringByURLEncoding;
@property (readonly, nonatomic) OFString *URIQueryString;

/**
 * @brief Creates a new OFDictionary.
 *
 * @return A new autoreleased OFDictionary
 */
+ (instancetype)dictionary;