Files
featherVoice/Pods/Target Support Files/MQTTClient/MQTTClient.modulemap

7 lines
110 B
Plaintext
Raw Normal View History

2025-08-08 10:49:36 +08:00
framework module MQTTClient {
umbrella header "MQTTClient-umbrella.h"
export *
module * { export * }
}