mas/MasKit/AppStore/CKSoftwareProduct+SoftwareProduct.swift
Ben Chatelain 5be95132e9 ♻️ Introduce AppLibrary, SoftwareProduct protocols
for easy dependency injection
2018-12-27 15:24:20 -07:00

12 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 {}