Skip to content

Instantly share code, notes, and snippets.

View omnivector's full-sized avatar

Tristan O'Tierney omnivector

View GitHub Profile
@omnivector
omnivector / CCBlockTableViewDataSource.h
Created April 27, 2011 17:35
Block based data source / delegate
//
// CCBlockTableViewDataSource.h
//
// Created by Tristan O'Tierney on 1/24/11.
//
#import <UIKit/UIKit.h>
@interface CCBlockTableViewDataSource : NSObject <UITableViewDataSource, UITableViewDelegate> {