Add iOS Reddit URL builder

This commit is contained in:
Maurice Parker
2020-05-12 11:17:47 -05:00
parent fdfd91e53e
commit 775a69a295
9 changed files with 632 additions and 14 deletions

View File

@@ -20,6 +20,10 @@ extension UIStoryboard {
return UIStoryboard(name: "Add", bundle: nil)
}
static var redditAdd: UIStoryboard {
return UIStoryboard(name: "RedditAdd", bundle: nil)
}
static var twitterAdd: UIStoryboard {
return UIStoryboard(name: "TwitterAdd", bundle: nil)
}