Cube  Diff

Differences From Artifact [68d220125c]:

To Artifact [521e5eedaf]:


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


|
<




1
2
3

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

@interface OFString (Cube)

@property (readonly, nonatomic) int cube_intValue;

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