2018-04-04 03:04:56 +00:00
|
|
|
//
|
|
|
|
// StoreAccount.swift
|
|
|
|
// mas-cli
|
|
|
|
//
|
|
|
|
// Created by Ben Chatelain on 4/3/18.
|
|
|
|
// Copyright © 2018 Andrew Naylor. All rights reserved.
|
|
|
|
//
|
|
|
|
|
|
|
|
protocol StoreAccount {
|
2018-10-14 20:48:39 +00:00
|
|
|
var identifier: String { get set }
|
2018-04-04 03:04:56 +00:00
|
|
|
}
|