From da68054403e961ba4a2fc875efc09833f3d52c16 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Mon, 13 May 2024 20:43:42 -0500 Subject: [PATCH] Update RootOptionsController.m --- Sources/RootOptionsController.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/RootOptionsController.m b/Sources/RootOptionsController.m index d8922ac68d..66a33e212d 100644 --- a/Sources/RootOptionsController.m +++ b/Sources/RootOptionsController.m @@ -4,6 +4,7 @@ @interface RootOptionsController () +- (UIImage *)resizeImage:(UIImage *)image newSize:(CGSize)newSize; @property (strong, nonatomic) UIButton *backButton; @property (assign, nonatomic) UIUserInterfaceStyle pageStyle;