Skip to content

Instantly share code, notes, and snippets.

View cokecoffe's full-sized avatar
💭
I may be slow to respond.

cokecoffe cokecoffe

💭
I may be slow to respond.
View GitHub Profile
@pokeb
pokeb / gist:150447
Created July 20, 2009 17:03
An example showing how to manage a queue with ASIHTTPRequest
//
// MyController.h
//
// Created by Ben Copsey on 20/07/2009.
// Copyright 2009 All-Seeing Interactive. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <GHUnit/GHUnit.h>
@class ASINetworkQueue;