uYouEnhanced/Sources/AppIconOptionsController.h
aricloverEXTRA 6ec1a11f66
Update AppIconOptionsController.h
Removed unneeded icon, it’s not even used anymore.
2026-01-27 07:01:22 -06:00

13 lines
217 B
Objective-C

#import <UIKit/UIKit.h>
@interface AppIconOptionsController : UIViewController
@property (strong, nonatomic) UIButton *backButton;
@end
@interface UIImage (CustomImages)
+ (UIImage *)customBackButtonImage;
@end