mirror of
https://github.com/mas-cli/mas
synced 2024-11-26 05:20:18 +00:00
19 lines
388 B
Text
19 lines
388 B
Text
|
//
|
||
|
// CommerceKit.module
|
||
|
// mas-cli
|
||
|
//
|
||
|
|
||
|
module CommerceKit {
|
||
|
header "CKAccountStore.h"
|
||
|
header "CKDownloadDirectory.h"
|
||
|
header "CKDownloadQueue.h"
|
||
|
header "CKDownloadQueueObserver.h"
|
||
|
header "CKPurchaseController.h"
|
||
|
header "CKServiceInterface.h"
|
||
|
header "CKSoftwareMap.h"
|
||
|
header "CKUpdateController.h"
|
||
|
header "ISStoreURLOperationDelegate.h"
|
||
|
|
||
|
export *
|
||
|
}
|