Artifact 521e5eedaf3eed2c123c9c6e1b92441edea97195c206c9db9af0b4479be290d7:
- 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]
#import <ObjFW/ObjFW.h> @interface OFString (Cube) @property (readonly, nonatomic) int cube_intValue; - (int)cube_intValueWithBase:(unsigned char)base; @end