Skip to content

Commit 4b7f913

Browse files
committed
AccountAction: new loadAccount Action
1 parent 2fc417a commit 4b7f913

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Yosemite/Yosemite/Actions/AccountAction.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ import Networking
77
//
88
public enum AccountAction: Action {
99
case synchronizeAccount(onCompletion: (Account?, Error?) -> Void)
10+
case loadAccount(userID: Int, onCompletion: (Account?) -> Void)
1011
}

0 commit comments

Comments
 (0)