luxlabs header browser preview


@interface NSURLQueueNode : NSObject {
    id object;
    NSURLQueueNode *next;
}

@end