SameBoy/iOS/GBThemePreviewController.h

8 lines
154 B
Objective-C

#import <UIKit/UIKit.h>
#import "GBTheme.h"
@interface GBThemePreviewController : UIViewController
- (instancetype)initWithTheme:(GBTheme *)theme;
@end