SameBoy/iOS/GBPrinterFeedController.h

7 lines
139 B
Objective-C

#import <UIKit/UIKit.h>
@interface GBPrinterFeedController : UINavigationController
- (instancetype)initWithImage:(UIImage *)image;
@end