Cube  ResolverThread.h at [cc7ebd7f79]

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


#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