Update AppIconOptionsController.h

This commit is contained in:
aricloverEXTRA 2026-01-28 09:41:21 -06:00 committed by GitHub
parent f41b21554c
commit 05a0763557
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
#import <UIKit/UIKit.h>
@interface AppIconOptionsController : UIViewController
@interface AppIconOptionsController : UIViewController <UITableViewDataSource, UITableViewDelegate>
@property (strong, nonatomic) UIButton *backButton;