Blame view

Pods/Target Support Files/ObjectMapper/ObjectMapper.modulemap 114 Bytes
d774f0637   Trịnh Văn Quân   fisrt comit
1
2
3
4
5
6
  framework module ObjectMapper {
    umbrella header "ObjectMapper-umbrella.h"
  
    export *
    module * { export * }
  }