flutter_jc_printer_plugin/ios/CocoaAsyncSocket.framework/Modules/module.modulemap

7 lines
113 B
Plaintext
Raw Normal View History

2023-10-20 14:48:14 +08:00
framework module CocoaAsyncSocket {
umbrella header "CocoaAsyncSocket.h"
export *
module * { export * }
}