mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-16 18:23:53 +01:00
Removes unnecessary @available annotations
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user