Cube  OFString+Cube.h at [cd2ac12a14]

File src/OFString+Cube.h artifact 4053523497 part of check-in cd2ac12a14


#import <ObjFW/ObjFW.h>

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

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