Add single Home Timeline and Mentions URL builder.

This commit is contained in:
Maurice Parker
2020-04-23 09:08:33 -05:00
parent 7d2eba537b
commit 4ff273c3b5
7 changed files with 236 additions and 5 deletions

View File

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