Skip to content

Commit

Permalink
⌨️ Update types on StoreAccount protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
phatblat committed Oct 14, 2018
1 parent 9154d54 commit 116dad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions App/AppStore/StoreAccount.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
protocol StoreAccount {
static var primaryAccountIsPresentAndSignedIn: Bool { get }
static var primaryAccount: StoreAccount? { get }
static func signIn(username: String?, password: String?, systemDialog: Bool) throws -> StoreAccount
static func signIn(username: String, password: String, systemDialog: Bool) throws -> StoreAccount

var identifier: String! { get set }
var identifier: String { get set }
}

0 comments on commit 116dad8

Please sign in to comment.