#import <UIKit/UIKit.h>
#import "GBHub.h"
@interface GBHubGameViewController : UIViewController
- (instancetype)initWithGame:(GBHubGame *)game;
@end