Removes unnecessary @available annotations

This commit is contained in:
Riley Testut
2023-03-02 17:02:11 -06:00
committed by Magesh K
parent ed1365281f
commit 06d28ca663
14 changed files with 0 additions and 24 deletions

View File

@@ -1388,7 +1388,6 @@ private extension MyAppsViewController
}
}
@available(iOS 14, *)
func enableJIT(for installedApp: InstalledApp)
{
@@ -1641,7 +1640,6 @@ extension MyAppsViewController
}
}
@available(iOS 13.0, *)
extension MyAppsViewController
{
private func actions(for installedApp: InstalledApp) -> [UIMenuElement]