Change function name

This commit is contained in:
Spotlight 2021-11-15 02:38:00 -06:00
parent 5a5dfb7bb2
commit ade79f4a83
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 5 additions and 6 deletions

View file

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