Cube  Diff

Differences From Artifact [521e5eedaf]:

To Artifact [4053523497]:


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





|

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