mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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 * }
|
|
}
|