Artifact a5636ed577c25a5337d5fe19abaa25e4cceab24aae0fa3fd902dbaa7df82ac7c:
- File src/ConsoleLine.h — part of check-in [89fbd7a152] at 2025-03-20 13:21:56 on branch trunk — Make more use of convenience methods (user: js, size: 277) [annotate] [blame] [check-ins using]
#import <ObjFW/ObjFW.h> @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