Blame view
Pods/Target Support Files/SCLAlertView/SCLAlertView.modulemap
114 Bytes
|
d774f0637
|
1 2 3 4 5 6 |
framework module SCLAlertView {
umbrella header "SCLAlertView-umbrella.h"
export *
module * { export * }
}
|