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 [521e5eedaf]:
- File src/OFString+Cube.h — part of check-in [cc7ebd7f79] at 2025-03-26 21:47:31 on branch trunk — Run newer version of clang-format (user: js, size: 159) [annotate] [blame] [check-ins using]
1 2 | #import <ObjFW/ObjFW.h> | | < | 1 2 3 4 5 6 7 | #import <ObjFW/ObjFW.h> @interface OFString (Cube) @property (readonly, nonatomic) int cube_intValue; - (int)cube_intValueWithBase:(unsigned char)base; @end |