mirror of
https://github.com/mas-cli/mas
synced 2025-02-16 12:38:30 +00:00
15 lines
246 B
Text
15 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 *
|
||
|
}
|