Skip to content

Instantly share code, notes, and snippets.

View SlaunchaMan's full-sized avatar

Jeff Kelley SlaunchaMan

View GitHub Profile
@SlaunchaMan
SlaunchaMan / JKTableViewCell.h
Created August 13, 2011 05:08
A subclass of UITableViewCell to allow for images to be added after cell creation
#import <UIKit/UIKit.h>
@interface JKTableViewCell : UITableViewCell
@end