Skip to content

Instantly share code, notes, and snippets.

View spjwebster's full-sized avatar

Steve Webster spjwebster

View GitHub Profile
@spjwebster
spjwebster / SelectionListViewController.h
Created February 22, 2009 19:20
A generic selection list UITableViewController subclass, revised from Jeff LaMarche's original.
//
// SelectionListViewController.h
//
// Created by Jeff LaMarche on 2/18/09.
// Revised by Steve Webster on 2/22/09.
//
#import <UIKit/UIKit.h>
@protocol SelectionListViewControllerDelegate <NSObject>