mas/Sources/MasKit/AppStore/StoreAccount.swift
2021-05-08 20:14:18 -07:00

11 lines
208 B
Swift

//
// StoreAccount.swift
// mas-cli
//
// Created by Ben Chatelain on 4/3/18.
// Copyright © 2018 Andrew Naylor. All rights reserved.
//
protocol StoreAccount {
var identifier: String { get set }
}