From cdff45ee3fb721f63cdafb1af95c1b0409d72787 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Wed, 24 Apr 2024 23:15:20 -0500 Subject: [PATCH] Update AppIconOptionsController.m --- Sources/AppIconOptionsController.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/AppIconOptionsController.m b/Sources/AppIconOptionsController.m index 16eb244..289f313 100644 --- a/Sources/AppIconOptionsController.m +++ b/Sources/AppIconOptionsController.m @@ -7,6 +7,7 @@ @property (strong, nonatomic) NSArray *appIcons; @property (assign, nonatomic) NSInteger selectedIconIndex; @property (strong, nonatomic) UIImageView *backButton; +@property (assign, nonatomic) UIUserInterfaceStyle pageStyle; @end