9 lines
210 B
Plaintext
Executable File
9 lines
210 B
Plaintext
Executable File
framework module GoogleMapsBase {
|
|
umbrella header "GoogleMapsBase.h"
|
|
export *
|
|
module * { export *}
|
|
link "z"
|
|
link framework "CoreLocation"
|
|
link framework "CoreTelephony"
|
|
link framework "Security"}
|