mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 13:05:31 +00:00
13 lines
262 B
Objective-C
13 lines
262 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppIconOptionsController : UIViewController <UITableViewDataSource, UITableViewDelegate>
|
|
|
|
@property (strong, nonatomic) UIButton *backButton;
|
|
|
|
@end
|
|
|
|
@interface UIImage (CustomImages)
|
|
|
|
+ (UIImage *)customBackButtonImage;
|
|
|
|
@end
|