mirror of
https://github.com/mas-cli/mas
synced 2024-11-25 04:50:24 +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 *
|
||
|
}
|