TZImagePickerController.modulemap 136 B

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