mas/Sources/PrivateFrameworks/StoreFoundation/module.modulemap
2021-04-26 21:04:37 -07:00

21 lines
455 B
Text

//
// StoreFoundation.module
// mas-cli
//
module StoreFoundation {
header "CKSoftwareProduct.h"
header "CKUpdate.h"
header "ISAccountService.h"
header "ISAuthenticationContext.h"
header "ISStoreAccount.h"
header "ISStoreClient.h"
header "SSDownload.h"
header "SSDownloadMetadata.h"
header "SSDownloadPhase.h"
header "SSDownloadStatus.h"
header "SSPurchase.h"
header "SSPurchaseResponse.h"
export *
}