Skip to content

Instantly share code, notes, and snippets.

View alecturnbull's full-sized avatar

Alec Turnbull alecturnbull

View GitHub Profile
@alecturnbull
alecturnbull / StreetEventDataFetcher.h
Created June 16, 2012 21:46
iPhone API for NYC Street Events (Hack 'n Jill)
//
// StreetEventDataFetcher.h
// HacknJill
//
// Created by Alec Turnbull on 6/16/12.
#import <Foundation/Foundation.h>
#import "JSON.h"
#import "AFHTTPClient.h"
@interface StreetEventDataFetcher : NSObject