Cube  OFString+Cube.h at [cc7ebd7f79]

File src/OFString+Cube.h artifact 521e5eedaf part of check-in cc7ebd7f79


#import <ObjFW/ObjFW.h>

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

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