12 lines
197 B
Plaintext
12 lines
197 B
Plaintext
framework module SellyCloudSDK {
|
|
umbrella header "SellyCloudSDK-umbrella.h"
|
|
|
|
export *
|
|
module * { export * }
|
|
}
|
|
|
|
module SellyCloudSDK.Swift {
|
|
header "SellyCloudSDK-Swift.h"
|
|
requires objc
|
|
}
|