ObjFW  Diff

Differences From Artifact [84b226376f]:

To Artifact [f61e265eb4]:


210
211
212
213
214
215
216
217

218
219
220
210
211
212
213
214
215
216

217
218
219
220







-
+




/*!
 * @brief Initializes an already allocated OFIntrospection with the specified
 *	  class.
 *
 * @return An initialized OFIntrospection
 */
- initWithClass: (Class)class_;
- initWithClass: (Class)class_ OF_DESIGNATED_INITIALIZER;
@end

OF_ASSUME_NONNULL_END