gitextract_z1fhkhrn/ ├── .gitignore ├── Classes/ │ ├── UITableView+FDIndexPathHeightCache.h │ ├── UITableView+FDIndexPathHeightCache.m │ ├── UITableView+FDKeyedHeightCache.h │ ├── UITableView+FDKeyedHeightCache.m │ ├── UITableView+FDTemplateLayoutCell.h │ ├── UITableView+FDTemplateLayoutCell.m │ ├── UITableView+FDTemplateLayoutCellDebug.h │ └── UITableView+FDTemplateLayoutCellDebug.m ├── Demo/ │ ├── Demo/ │ │ ├── Base.lproj/ │ │ │ ├── LaunchScreen.xib │ │ │ └── Main.storyboard │ │ ├── FDAppDelegate.h │ │ ├── FDAppDelegate.m │ │ ├── FDFeedCell.h │ │ ├── FDFeedCell.m │ │ ├── FDFeedEntity.h │ │ ├── FDFeedEntity.m │ │ ├── FDFeedViewController.h │ │ ├── FDFeedViewController.m │ │ ├── Images.xcassets/ │ │ │ ├── AppIcon.appiconset/ │ │ │ │ └── Contents.json │ │ │ ├── breaddoge.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── doge.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── forkingdog.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── phil.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── sark.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── sinojerk.imageset/ │ │ │ │ └── Contents.json │ │ │ └── sunnyxx.imageset/ │ │ │ └── Contents.json │ │ ├── Info.plist │ │ ├── data.json │ │ └── main.m │ └── Demo.xcodeproj/ │ ├── project.pbxproj │ └── project.xcworkspace/ │ └── contents.xcworkspacedata ├── FDTemplateCell.xcworkspace/ │ ├── contents.xcworkspacedata │ └── xcshareddata/ │ └── FDTemplateCell.xcscmblueprint ├── FDTemplateLayoutCell/ │ ├── FDTemplateLayoutCell.xcodeproj/ │ │ ├── project.pbxproj │ │ └── xcshareddata/ │ │ └── xcschemes/ │ │ └── FDTemplateLayoutCell.xcscheme │ └── FDTemplateLayoutcell/ │ ├── FDTemplateLayoutCell.h │ └── Info.plist ├── LICENSE ├── README.md └── UITableView+FDTemplateLayoutCell.podspec