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;