Cube  OFString+Cube.h

File src/OFString+Cube.h from the latest check-in


#import <ObjFW/ObjFW.h>

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

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