ObjFW  Diff

Differences From Artifact [10e58a16ea]:

To Artifact [236b8e40fc]:


13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
 * file.
 */

#import "OFColor.h"

OF_ASSUME_NONNULL_BEGIN

#ifdef OF_OBJFW_RUNTIME
@interface OFTaggedPointerColor: OFColor
+ (OFTaggedPointerColor *)colorWithRed: (uint8_t)red
				 green: (uint8_t)green
				  blue: (uint8_t)blue;
@end
#endif

OF_ASSUME_NONNULL_END







<





<


13
14
15
16
17
18
19

20
21
22
23
24

25
26
 * file.
 */

#import "OFColor.h"

OF_ASSUME_NONNULL_BEGIN


@interface OFTaggedPointerColor: OFColor
+ (OFTaggedPointerColor *)colorWithRed: (uint8_t)red
				 green: (uint8_t)green
				  blue: (uint8_t)blue;
@end


OF_ASSUME_NONNULL_END