Files
2025-08-08 10:49:36 +08:00

15 lines
250 B
Plaintext

//
// AlipaySDK.modulemap
// AlipaySDK
//
// Created by mingsheng on 2023/11/14.
// Copyright © 2023 Alipay. All rights reserved.
//
framework module AlipaySDK {
umbrella header "AlipaySDKModule.h"
export *
module * { export * }
}