Differences From Artifact [68d220125c]:
- File src/OFString+Cube.h — part of check-in [e208417f95] at 2025-03-12 22:35:55 on branch trunk — Add files forgotten in last commit (user: js, size: 159) [annotate] [blame] [check-ins using] [more...]
To Artifact [b072f71c1a]:
- File src/OFString+Cube.h — part of check-in [7a98b92af9] at 2025-03-25 23:52:50 on branch trunk — Make use of OF_DIRECT (user: js, size: 177) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 | #import <ObjFW/ObjFW.h> @interface OFString (Cube) @property (readonly, nonatomic) int cube_intValue; - (int)cube_intValueWithBase:(unsigned char)base; @end | > | 1 2 3 4 5 6 7 8 9 | #import <ObjFW/ObjFW.h> OF_DIRECT_MEMBERS @interface OFString (Cube) @property (readonly, nonatomic) int cube_intValue; - (int)cube_intValueWithBase:(unsigned char)base; @end |