UITableView+FDTemplateLayoutCell.modulemap 154 Bytes
framework module UITableView_FDTemplateLayoutCell {
  umbrella header "UITableView+FDTemplateLayoutCell-umbrella.h"

  export *
  module * { export * }
}