Pods-NotificationService.modulemap 128 B

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