Update AppIconOptionsController.h

Removed unneeded icon, it’s not even used anymore.
This commit is contained in:
aricloverEXTRA 2026-01-27 07:01:22 -06:00 committed by GitHub
parent 3e278f363e
commit 6ec1a11f66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,12 +11,3 @@
+ (UIImage *)customBackButtonImage;
@end
@implementation UIImage (CustomImages)
+ (UIImage *)customBackButtonImage {
NSBundle *bundle = [NSBundle bundleWithPath:[[NSBundle mainBundle] pathForResource:@"uYouPlus" ofType:@"bundle"]];
return [UIImage imageNamed:@"Back.png" inBundle:bundle compatibleWithTraitCollection:nil];
}
@end