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