Cube  OFString+Cube.h at [7a98b92af9]

File src/OFString+Cube.h artifact b072f71c1a part of check-in 7a98b92af9


#import <ObjFW/ObjFW.h>

OF_DIRECT_MEMBERS
@interface
OFString (Cube)
@property (readonly, nonatomic) int cube_intValue;

- (int)cube_intValueWithBase:(unsigned char)base;
@end