No Description

module.modulemap 101B

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