#import <UIKit/UIKit.h>
#import "GBHub.h"
@interface GBHubCell : UITableViewCell
@property GBHubGame *game;
@end