Add the Add Reddit Feed dialog

This commit is contained in:
Maurice Parker
2020-05-10 11:44:30 -05:00
parent 7ab4ca4291
commit 06e91aa8b7
11 changed files with 468 additions and 6 deletions

View File

@@ -11,6 +11,7 @@ import Account
enum AddFeedWindowControllerType {
case webFeed
case redditFeed
case twitterFeed
}