Cube  Artifact [648d3b8e86]

Artifact 648d3b8e86427ea64afcd4ae48cd5f2fbfc74e2957080ca2aadd1fa0d368e2b3:


#import <ObjFW/ObjFW.h>

@interface ResolverThread: OFThread
{
	volatile bool _stop;
}

@property (copy, nonatomic) OFString *query;
@property (nonatomic) int starttime;

- (void)stop;
@end