diff --git a/Sources/AppIconOptionsController.h b/Sources/AppIconOptionsController.h index ef845d7..2ef3ab6 100644 --- a/Sources/AppIconOptionsController.h +++ b/Sources/AppIconOptionsController.h @@ -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