Remove Twitter integration. Fixes #3842

This commit is contained in:
Maurice Parker
2023-02-03 19:11:33 -08:00
parent d4985d8fc5
commit 36822a77d0
16 changed files with 1 additions and 562 deletions

View File

@@ -24,10 +24,6 @@ extension UIStoryboard {
return UIStoryboard(name: "RedditAdd", bundle: nil)
}
static var twitterAdd: UIStoryboard {
return UIStoryboard(name: "TwitterAdd", bundle: nil)
}
static var settings: UIStoryboard {
return UIStoryboard(name: "Settings", bundle: nil)
}