mirror of
https://github.com/mas-cli/mas
synced 2024-11-26 13:30:18 +00:00
13 lines
229 B
Swift
13 lines
229 B
Swift
|
//
|
||
|
// File.swift
|
||
|
// MasKit
|
||
|
//
|
||
|
// Created by Ben Chatelain on 12/27/18.
|
||
|
// Copyright © 2018 mas-cli. All rights reserved.
|
||
|
//
|
||
|
|
||
|
import StoreFoundation
|
||
|
|
||
|
// MARK: - SoftwareProduct
|
||
|
extension CKSoftwareProduct: SoftwareProduct {}
|