Do some cleanups on app code.

This commit is contained in:
Brent Simmons
2017-09-23 12:17:14 -07:00
parent 96bc93612e
commit 1ab282c23a
4 changed files with 34 additions and 34 deletions

View File

@@ -17,7 +17,7 @@ private let localAccountIdentifier = "OnMyMac"
public final class AccountManager: UnreadCountProvider {
public static let sharedInstance = AccountManager()
public static let shared = AccountManager()
public let localAccount: Account
private let accountsFolder = RSDataSubfolder(nil, "Accounts")!
private var accountsDictionary = [String: Account]()