mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
3183d151df
Avoids potential confusion due to the iOS framework already being called Flutter.framework.
7 lines
105 B
Plaintext
7 lines
105 B
Plaintext
framework module FlutterMacOS {
|
|
umbrella header "FlutterMacOS.h"
|
|
|
|
export *
|
|
module * { export * }
|
|
}
|