mirror of
https://github.com/mas-cli/mas
synced 2024-11-26 05:20:18 +00:00
25 lines
595 B
Text
25 lines
595 B
Text
//
|
|
// StoreFoundation.module
|
|
// mas-cli
|
|
//
|
|
|
|
module StoreFoundation {
|
|
header "CKSoftwareProduct.h"
|
|
header "CKUpdate.h"
|
|
header "ISAccountService.h"
|
|
header "ISAuthenticationContext.h"
|
|
header "ISOperationDelegate.h"
|
|
header "ISServiceProxy.h"
|
|
header "ISServiceRemoteObject.h"
|
|
header "ISStoreAccount.h"
|
|
header "ISStoreClient.h"
|
|
header "ISURLOperationDelegate.h"
|
|
header "SSDownload.h"
|
|
header "SSDownloadMetadata.h"
|
|
header "SSDownloadPhase.h"
|
|
header "SSDownloadStatus.h"
|
|
header "SSPurchase.h"
|
|
header "SSPurchaseResponse.h"
|
|
|
|
export *
|
|
}
|