mirror of
https://github.com/mas-cli/mas
synced 2024-11-24 20:43:10 +00:00
21 lines
455 B
Text
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 *
|
|
}
|