mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-05-23 15:52:17 +00:00
Update AppIconOptionsController.h
Removed unneeded icon, it’s not even used anymore.
This commit is contained in:
parent
3e278f363e
commit
6ec1a11f66
1 changed files with 0 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue