SameBoy/iOS/GBHubGameViewController.h

8 lines
151 B
Objective-C

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