Skip to content

Instantly share code, notes, and snippets.

@fernandolopes
Created December 7, 2012 23:55
Show Gist options
  • Select an option

  • Save fernandolopes/4237631 to your computer and use it in GitHub Desktop.

Select an option

Save fernandolopes/4237631 to your computer and use it in GitHub Desktop.
cell
#import <UIKit/UIKit.h>
@interface PlayerCell : UITableViewCell
@property (nonatomic, strong) IBOutlet UILabel *nameLabel;
@property (nonatomic, strong) IBOutlet UILabel *gameLabel;
@property (nonatomic, strong) IBOutlet UIImageView
*ratingImageView;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment