SameBoy/iOS/GBHubCell.h

9 lines
116 B
Objective-C

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