mirror of
https://github.com/WuKongIM/WuKongIMFlutterSDK
synced 2025-05-29 23:22:52 +00:00
12 lines
189 B
Plaintext
12 lines
189 B
Plaintext
framework module encryptions {
|
|
umbrella header "encryptions-umbrella.h"
|
|
|
|
export *
|
|
module * { export * }
|
|
}
|
|
|
|
module encryptions.Swift {
|
|
header "encryptions-Swift.h"
|
|
requires objc
|
|
}
|