Cube  Diff

Differences From Artifact [68d220125c]:

To Artifact [b072f71c1a]:


1
2

3
4
5
6
7
8
1
2
3
4
5
6
7
8
9


+






#import <ObjFW/ObjFW.h>

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

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