gitextract_ahkuw6br/ ├── .gitignore ├── LICENSE ├── Podfile ├── Pods/ │ ├── AFNetworking/ │ │ ├── AFNetworking/ │ │ │ ├── AFHTTPSessionManager.h │ │ │ ├── AFHTTPSessionManager.m │ │ │ ├── AFNetworkReachabilityManager.h │ │ │ ├── AFNetworkReachabilityManager.m │ │ │ ├── AFNetworking.h │ │ │ ├── AFSecurityPolicy.h │ │ │ ├── AFSecurityPolicy.m │ │ │ ├── AFURLRequestSerialization.h │ │ │ ├── AFURLRequestSerialization.m │ │ │ ├── AFURLResponseSerialization.h │ │ │ ├── AFURLResponseSerialization.m │ │ │ ├── AFURLSessionManager.h │ │ │ └── AFURLSessionManager.m │ │ ├── LICENSE │ │ ├── README.md │ │ └── UIKit+AFNetworking/ │ │ ├── AFAutoPurgingImageCache.h │ │ ├── AFAutoPurgingImageCache.m │ │ ├── AFImageDownloader.h │ │ ├── AFImageDownloader.m │ │ ├── AFNetworkActivityIndicatorManager.h │ │ ├── AFNetworkActivityIndicatorManager.m │ │ ├── UIActivityIndicatorView+AFNetworking.h │ │ ├── UIActivityIndicatorView+AFNetworking.m │ │ ├── UIButton+AFNetworking.h │ │ ├── UIButton+AFNetworking.m │ │ ├── UIImage+AFNetworking.h │ │ ├── UIImageView+AFNetworking.h │ │ ├── UIImageView+AFNetworking.m │ │ ├── UIKit+AFNetworking.h │ │ ├── UIProgressView+AFNetworking.h │ │ ├── UIProgressView+AFNetworking.m │ │ ├── UIRefreshControl+AFNetworking.h │ │ ├── UIRefreshControl+AFNetworking.m │ │ ├── UIWebView+AFNetworking.h │ │ └── UIWebView+AFNetworking.m │ ├── MBProgressHUD/ │ │ ├── LICENSE │ │ ├── MBProgressHUD.h │ │ ├── MBProgressHUD.m │ │ └── README.mdown │ ├── MJExtension/ │ │ ├── LICENSE │ │ ├── MJExtension/ │ │ │ ├── MJExtension.h │ │ │ ├── MJExtensionConst.h │ │ │ ├── MJExtensionConst.m │ │ │ ├── MJFoundation.h │ │ │ ├── MJFoundation.m │ │ │ ├── MJProperty.h │ │ │ ├── MJProperty.m │ │ │ ├── MJPropertyKey.h │ │ │ ├── MJPropertyKey.m │ │ │ ├── MJPropertyType.h │ │ │ ├── MJPropertyType.m │ │ │ ├── NSObject+MJClass.h │ │ │ ├── NSObject+MJClass.m │ │ │ ├── NSObject+MJCoding.h │ │ │ ├── NSObject+MJCoding.m │ │ │ ├── NSObject+MJKeyValue.h │ │ │ ├── NSObject+MJKeyValue.m │ │ │ ├── NSObject+MJProperty.h │ │ │ ├── NSObject+MJProperty.m │ │ │ ├── NSString+MJExtension.h │ │ │ └── NSString+MJExtension.m │ │ └── README.md │ ├── MJRefresh/ │ │ ├── LICENSE │ │ ├── MJRefresh/ │ │ │ ├── Base/ │ │ │ │ ├── MJRefreshAutoFooter.h │ │ │ │ ├── MJRefreshAutoFooter.m │ │ │ │ ├── MJRefreshBackFooter.h │ │ │ │ ├── MJRefreshBackFooter.m │ │ │ │ ├── MJRefreshComponent.h │ │ │ │ ├── MJRefreshComponent.m │ │ │ │ ├── MJRefreshFooter.h │ │ │ │ ├── MJRefreshFooter.m │ │ │ │ ├── MJRefreshHeader.h │ │ │ │ └── MJRefreshHeader.m │ │ │ ├── Custom/ │ │ │ │ ├── Footer/ │ │ │ │ │ ├── Auto/ │ │ │ │ │ │ ├── MJRefreshAutoGifFooter.h │ │ │ │ │ │ ├── MJRefreshAutoGifFooter.m │ │ │ │ │ │ ├── MJRefreshAutoNormalFooter.h │ │ │ │ │ │ ├── MJRefreshAutoNormalFooter.m │ │ │ │ │ │ ├── MJRefreshAutoStateFooter.h │ │ │ │ │ │ └── MJRefreshAutoStateFooter.m │ │ │ │ │ └── Back/ │ │ │ │ │ ├── MJRefreshBackGifFooter.h │ │ │ │ │ ├── MJRefreshBackGifFooter.m │ │ │ │ │ ├── MJRefreshBackNormalFooter.h │ │ │ │ │ ├── MJRefreshBackNormalFooter.m │ │ │ │ │ ├── MJRefreshBackStateFooter.h │ │ │ │ │ └── MJRefreshBackStateFooter.m │ │ │ │ └── Header/ │ │ │ │ ├── MJRefreshGifHeader.h │ │ │ │ ├── MJRefreshGifHeader.m │ │ │ │ ├── MJRefreshNormalHeader.h │ │ │ │ ├── MJRefreshNormalHeader.m │ │ │ │ ├── MJRefreshStateHeader.h │ │ │ │ └── MJRefreshStateHeader.m │ │ │ ├── MJRefresh.h │ │ │ ├── MJRefreshConst.h │ │ │ ├── MJRefreshConst.m │ │ │ ├── UIScrollView+MJExtension.h │ │ │ ├── UIScrollView+MJExtension.m │ │ │ ├── UIScrollView+MJRefresh.h │ │ │ ├── UIScrollView+MJRefresh.m │ │ │ ├── UIView+MJExtension.h │ │ │ └── UIView+MJExtension.m │ │ └── README.md │ ├── Pods.xcodeproj/ │ │ └── project.pbxproj │ ├── SDCycleScrollView/ │ │ ├── LICENSE │ │ ├── README.md │ │ └── SDCycleScrollView/ │ │ └── Lib/ │ │ └── SDCycleScrollView/ │ │ ├── PageControl/ │ │ │ ├── TAAbstractDotView.h │ │ │ ├── TAAbstractDotView.m │ │ │ ├── TAAnimatedDotView.h │ │ │ ├── TAAnimatedDotView.m │ │ │ ├── TADotView.h │ │ │ ├── TADotView.m │ │ │ ├── TAPageControl.h │ │ │ └── TAPageControl.m │ │ ├── SDCollectionViewCell.h │ │ ├── SDCollectionViewCell.m │ │ ├── SDCycleScrollView.h │ │ ├── SDCycleScrollView.m │ │ ├── UIView+SDExtension.h │ │ └── UIView+SDExtension.m │ ├── SDWebImage/ │ │ ├── LICENSE │ │ ├── README.md │ │ └── SDWebImage/ │ │ ├── NSData+ImageContentType.h │ │ ├── NSData+ImageContentType.m │ │ ├── SDImageCache.h │ │ ├── SDImageCache.m │ │ ├── SDWebImageCompat.h │ │ ├── SDWebImageCompat.m │ │ ├── SDWebImageDecoder.h │ │ ├── SDWebImageDecoder.m │ │ ├── SDWebImageDownloader.h │ │ ├── SDWebImageDownloader.m │ │ ├── SDWebImageDownloaderOperation.h │ │ ├── SDWebImageDownloaderOperation.m │ │ ├── SDWebImageManager.h │ │ ├── SDWebImageManager.m │ │ ├── SDWebImageOperation.h │ │ ├── SDWebImagePrefetcher.h │ │ ├── SDWebImagePrefetcher.m │ │ ├── UIButton+WebCache.h │ │ ├── UIButton+WebCache.m │ │ ├── UIImage+GIF.h │ │ ├── UIImage+GIF.m │ │ ├── UIImage+MultiFormat.h │ │ ├── UIImage+MultiFormat.m │ │ ├── UIImageView+HighlightedWebCache.h │ │ ├── UIImageView+HighlightedWebCache.m │ │ ├── UIImageView+WebCache.h │ │ ├── UIImageView+WebCache.m │ │ ├── UIView+WebCacheOperation.h │ │ └── UIView+WebCacheOperation.m │ ├── SDWebImage-Category/ │ │ ├── LICENSE │ │ ├── README.md │ │ └── SDWebImage-Category/ │ │ ├── THProgressView/ │ │ │ ├── LK_THProgressView.h │ │ │ └── LK_THProgressView.m │ │ ├── UIImageView+LK.h │ │ └── UIImageView+LK.m │ └── Target Support Files/ │ ├── AFNetworking/ │ │ ├── AFNetworking-dummy.m │ │ ├── AFNetworking-prefix.pch │ │ └── AFNetworking.xcconfig │ ├── MBProgressHUD/ │ │ ├── MBProgressHUD-dummy.m │ │ ├── MBProgressHUD-prefix.pch │ │ └── MBProgressHUD.xcconfig │ ├── MJExtension/ │ │ ├── MJExtension-dummy.m │ │ ├── MJExtension-prefix.pch │ │ └── MJExtension.xcconfig │ ├── MJRefresh/ │ │ ├── MJRefresh-dummy.m │ │ ├── MJRefresh-prefix.pch │ │ └── MJRefresh.xcconfig │ ├── Pods-SYStickHeaderWaterFall/ │ │ ├── Pods-SYStickHeaderWaterFall-acknowledgements.markdown │ │ ├── Pods-SYStickHeaderWaterFall-acknowledgements.plist │ │ ├── Pods-SYStickHeaderWaterFall-dummy.m │ │ ├── Pods-SYStickHeaderWaterFall-frameworks.sh │ │ ├── Pods-SYStickHeaderWaterFall-resources.sh │ │ ├── Pods-SYStickHeaderWaterFall.debug.xcconfig │ │ └── Pods-SYStickHeaderWaterFall.release.xcconfig │ ├── Pods-SYStickHeaderWaterFallTests/ │ │ ├── Pods-SYStickHeaderWaterFallTests-acknowledgements.markdown │ │ ├── Pods-SYStickHeaderWaterFallTests-acknowledgements.plist │ │ ├── Pods-SYStickHeaderWaterFallTests-dummy.m │ │ ├── Pods-SYStickHeaderWaterFallTests-frameworks.sh │ │ ├── Pods-SYStickHeaderWaterFallTests-resources.sh │ │ ├── Pods-SYStickHeaderWaterFallTests.debug.xcconfig │ │ └── Pods-SYStickHeaderWaterFallTests.release.xcconfig │ ├── Pods-SYStickHeaderWaterFallUITests/ │ │ ├── Pods-SYStickHeaderWaterFallUITests-acknowledgements.markdown │ │ ├── Pods-SYStickHeaderWaterFallUITests-acknowledgements.plist │ │ ├── Pods-SYStickHeaderWaterFallUITests-dummy.m │ │ ├── Pods-SYStickHeaderWaterFallUITests-frameworks.sh │ │ ├── Pods-SYStickHeaderWaterFallUITests-resources.sh │ │ ├── Pods-SYStickHeaderWaterFallUITests.debug.xcconfig │ │ └── Pods-SYStickHeaderWaterFallUITests.release.xcconfig │ ├── SDCycleScrollView/ │ │ ├── SDCycleScrollView-dummy.m │ │ ├── SDCycleScrollView-prefix.pch │ │ └── SDCycleScrollView.xcconfig │ ├── SDWebImage/ │ │ ├── SDWebImage-dummy.m │ │ ├── SDWebImage-prefix.pch │ │ └── SDWebImage.xcconfig │ └── SDWebImage-Category/ │ ├── SDWebImage-Category-dummy.m │ ├── SDWebImage-Category-prefix.pch │ └── SDWebImage-Category.xcconfig ├── README.md ├── SYSMAINMacro.h ├── SYStickHeaderWaterFall/ │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── Assets.xcassets/ │ │ ├── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── home_logo.imageset/ │ │ │ └── Contents.json │ │ ├── shuaxin1.imageset/ │ │ │ └── Contents.json │ │ ├── shuaxin2.imageset/ │ │ │ └── Contents.json │ │ ├── start_logo.imageset/ │ │ │ └── Contents.json │ │ └── top_sidebar.imageset/ │ │ └── Contents.json │ ├── BannerModel.h │ ├── BannerModel.m │ ├── Base.lproj/ │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ ├── BaseRequest.h │ ├── BaseRequest.m │ ├── Classes/ │ │ ├── SYStickHeaderWaterFallLayout.h │ │ └── SYStickHeaderWaterFallLayout.m │ ├── HPCollectionViewCell.h │ ├── HPCollectionViewCell.m │ ├── HPCollectionViewCell.xib │ ├── HomeData.json │ ├── HomeFooterCollectionReusableView.h │ ├── HomeFooterCollectionReusableView.m │ ├── HomeModel.h │ ├── HomeModel.m │ ├── HomePageHeadView.h │ ├── HomePageHeadView.m │ ├── HomeThreeViewController.h │ ├── HomeThreeViewController.m │ ├── Info.plist │ ├── MulitipleSectionHeaderFooterViewController.h │ ├── MulitipleSectionHeaderFooterViewController.m │ ├── MulitipleSectionHeaderToTopViewController.h │ ├── MulitipleSectionHeaderToTopViewController.m │ ├── MulitipleSectionNoTopHeightViewController.h │ ├── MulitipleSectionNoTopHeightViewController.m │ ├── MulitipleSectionViewController.h │ ├── MulitipleSectionViewController.m │ ├── NetWorkAgent.h │ ├── NetWorkAgent.m │ ├── NetWorkConfig.h │ ├── NetWorkConfig.m │ ├── NetWorkPrivate.h │ ├── NetWorkPrivate.m │ ├── NoHeaderNoFooterViewController.h │ ├── NoHeaderNoFooterViewController.m │ ├── RequestCustom.h │ ├── RequestCustom.m │ ├── SYRootViewController.h │ ├── SYRootViewController.m │ ├── SYSHomeBannerRequest.h │ ├── SYSHomeBannerRequest.m │ ├── SYSHomeRequest.h │ ├── SYSHomeRequest.m │ ├── SYSURLMacro.h │ ├── ViewController.h │ ├── ViewController.m │ ├── YYFPSLabel.h │ ├── YYFPSLabel.m │ ├── YYWeakProxy.h │ ├── YYWeakProxy.m │ ├── YZPBaseRequest.h │ ├── YZPBaseRequest.m │ └── main.m ├── SYStickHeaderWaterFall.podspec ├── SYStickHeaderWaterFall.xcodeproj/ │ ├── project.pbxproj │ └── project.xcworkspace/ │ └── contents.xcworkspacedata ├── SYStickHeaderWaterFall.xcworkspace/ │ └── contents.xcworkspacedata ├── SYStickHeaderWaterFallTests/ │ ├── Info.plist │ └── SYStickHeaderWaterFallTests.m └── SYStickHeaderWaterFallUITests/ ├── Info.plist └── SYStickHeaderWaterFallUITests.m