diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index 31787a5..5ce203b 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -101,7 +101,7 @@ NSBundle *tweakBundle = uYouPlusBundle(); %new; - (void)settingsAction { UIViewController *settingsViewController = [self _viewControllerForAncestor]; - SettingsViewController *settingsVC = [[SettingsViewController alloc] initWithStyle:UITableViewStyleGrouped]; + id settingsVC = [[%c(SettingsViewController) alloc] initWithStyle:UITableViewStyleGrouped]; [settingsViewController presentViewController:settingsVC animated:YES completion:nil]; } %end