shared_preferences.modulemap 116 B

123456
  1. module shared_preferences {
  2. umbrella header "shared_preferences-umbrella.h"
  3. export *
  4. module * { export * }
  5. }