Files
ios_task_2/iOSTask/Pods/Target Support Files/ObjectMapper/ObjectMapper.modulemap
T

7 lines
114 B
Plaintext
Raw Normal View History

2023-03-13 23:20:27 +05:30
framework module ObjectMapper {
umbrella header "ObjectMapper-umbrella.h"
export *
module * { export * }
}