Skip to content

Instantly share code, notes, and snippets.

@ro31337
Created October 1, 2014 19:53
Show Gist options
  • Select an option

  • Save ro31337/cb2f258abea438ba7184 to your computer and use it in GitHub Desktop.

Select an option

Save ro31337/cb2f258abea438ba7184 to your computer and use it in GitHub Desktop.
#import
@interface CustomUITableViewCell : UITableViewCell
{
NSMutableArray *columns;
}
- (void)addColumn:(float)column;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment