Add Foundation import

This commit is contained in:
Ben Chatelain 2018-02-11 15:30:59 -07:00
parent ab01197272
commit eba15588c8

View file

@ -6,6 +6,8 @@
// Copyright (c) 2015 Andrew Naylor. All rights reserved.
//
import Foundation
enum MASError: Error, CustomStringConvertible {
case notSignedIn
case signInFailed(error: NSError?)