mas/MasKit/StoreSearch.swift
2018-12-29 22:57:06 -08:00

12 lines
265 B
Swift

//
// StoreSearch.swift
// MasKit
//
// Created by Ben Chatelain on 12/29/18.
// Copyright © 2018 mas-cli. All rights reserved.
//
/// Protocol for searching the MAS catalog.
public protocol StoreSearch {
func lookupURLString(forApp: String) -> String?
}