Update AppIconOptionsController.h

This commit is contained in:
arichornlover 2024-06-22 17:30:28 -05:00 committed by GitHub
parent d5a2f77cca
commit 9d4ef4fb32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +1,7 @@
#import <UIKit/UIKit.h>
@interface AppIconOptionsController : UIViewController <UITableViewDataSource, UITableViewDelegate>
@interface AppIconOptionsController : UIViewController
@property (weak, nonatomic) IBOutlet UITableView *tableView;
@property (strong, nonatomic) UIButton *backButton;
@end