Add minimum viable product

This commit is contained in:
Spotlight 2021-11-15 02:33:34 -06:00
commit 5a5dfb7bb2
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
41 changed files with 405 additions and 0 deletions

5
SPRootViewController.h Normal file
View file

@ -0,0 +1,5 @@
@import UIKit;
@interface SPRootViewController : UIViewController
- (CGImageRef)getImage:(NSString *)named;
@end