Update AppIconOptionsController.m

This commit is contained in:
arichornlover 2024-04-24 23:15:20 -05:00 committed by GitHub
parent 5da51c01f9
commit cdff45ee3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,7 @@
@property (strong, nonatomic) NSArray<NSString *> *appIcons;
@property (assign, nonatomic) NSInteger selectedIconIndex;
@property (strong, nonatomic) UIImageView *backButton;
@property (assign, nonatomic) UIUserInterfaceStyle pageStyle;
@end