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