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