ObjFW  Diff

Differences From Artifact [45caf9c6d4]:

To Artifact [3a972e8265]:


47
48
49
50
51
52
53
54
55
56
57

/*!
 * @brief Initializes an already allocated not open exception.
 *
 * @param object The object which is not open, connected or bound
 * @return An initialized not open exception
 */
- initWithObject: (id)object;
@end

OF_ASSUME_NONNULL_END







|



47
48
49
50
51
52
53
54
55
56
57

/*!
 * @brief Initializes an already allocated not open exception.
 *
 * @param object The object which is not open, connected or bound
 * @return An initialized not open exception
 */
- initWithObject: (id)object OF_DESIGNATED_INITIALIZER;
@end

OF_ASSUME_NONNULL_END