ObjFW  Diff

Differences From Artifact [b5efbf83eb]:

To Artifact [6af9ecca7d]:


30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
	SEL _selector;
	id _object;
}

/*!
 * The selector which is not or not fully implemented.
 */
@property (readonly) SEL selector;

/*!
 * The object which does not (fully) implement the selector.
 */
@property (readonly, nonatomic) id object;

+ (instancetype)exception OF_UNAVAILABLE;







|







30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
	SEL _selector;
	id _object;
}

/*!
 * The selector which is not or not fully implemented.
 */
@property (readonly, nonatomic) SEL selector;

/*!
 * The object which does not (fully) implement the selector.
 */
@property (readonly, nonatomic) id object;

+ (instancetype)exception OF_UNAVAILABLE;