Cube  ResolverThread.h at [5bca00e8e2]

File src/ResolverThread.h artifact dc5d5406f4 part of check-in 5bca00e8e2


#import <ObjFW/ObjFW.h>

OF_DIRECT_MEMBERS
@interface ResolverThread: OFThread
{
	volatile bool _stop;
}

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

- (void)stop;
@end