Merge branch 'ios-release'

This commit is contained in:
Maurice Parker
2023-02-04 13:43:55 -07:00
51 changed files with 95 additions and 619 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)
}