Cube  Diff

Differences From Artifact [b072f71c1a]:

To Artifact [68d220125c]:


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


<






1
2

3
4
5
6
7
8
#import <ObjFW/ObjFW.h>


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

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