shoehorn/SPRootViewController.h
2021-11-15 02:38:00 -06:00

5 lines
122 B
Objective-C

@import UIKit;
@interface SPRootViewController : UIViewController
- (CGImageRef)getImageNamed:(NSString *)filename;
@end