mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
14 lines
246 B
Text
14 lines
246 B
Text
//
|
|
// CommerceKit.module
|
|
// mas-cli
|
|
//
|
|
|
|
module CommerceKit {
|
|
header "CKAccountStore.h"
|
|
header "CKDownloadDirectory.h"
|
|
header "CKDownloadQueueObserver.h"
|
|
header "CKPurchaseController.h"
|
|
header "CKSoftwareMap.h"
|
|
|
|
export *
|
|
}
|