Cube  Diff

Differences From Artifact [a5636ed577]:

To Artifact [3048f3e388]:


1
2

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


+







#import <ObjFW/ObjFW.h>

OF_DIRECT_MEMBERS
@interface ConsoleLine: OFObject
@property (readonly, copy) OFString *text;
@property (readonly) int outtime;

+ (instancetype)lineWithText:(OFString *)text outtime:(int)outtime;
- (instancetype)initWithText:(OFString *)text outtime:(int)outtime;
@end