gitextract_6qxoyk_h/ ├── .gitignore ├── .swift-version ├── HoverConversion/ │ ├── HCContentViewController.swift │ ├── HCDefaultAnimatedTransitioning.swift │ ├── HCNavigationController.swift │ ├── HCNavigationView.swift │ ├── HCNextHeaderView.swift │ ├── HCPagingViewController.swift │ ├── HCRootAnimatedTransitioning.swift │ ├── HCRootViewController.swift │ ├── HCViewContentable.swift │ ├── NSIndexPath+Row.swift │ ├── UIScrollView+BottomBounceSize.swift │ └── UITableViewCell+Screenshot.swift ├── HoverConversion.podspec ├── HoverConversionSample/ │ ├── HoverConversionSample/ │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets/ │ │ │ └── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ ├── Base.lproj/ │ │ │ ├── LaunchScreen.storyboard │ │ │ └── Main.storyboard │ │ ├── Cell/ │ │ │ ├── HomeTableViewCell.swift │ │ │ └── HomeTableViewCell.xib │ │ ├── Info.plist │ │ ├── Manager/ │ │ │ └── TwitterManager.swift │ │ ├── Request/ │ │ │ ├── StatusesUserTimelineRequest.swift │ │ │ ├── TWTRAPIClient+Extra.swift │ │ │ ├── TWTRRequestable.swift │ │ │ └── UsersLookUpRequest.swift │ │ ├── View/ │ │ │ └── NextHeaderView.swift │ │ └── ViewController/ │ │ ├── HomeViewController.swift │ │ └── UserTimelineViewController.swift │ ├── HoverConversionSample.xcodeproj/ │ │ ├── project.pbxproj │ │ └── project.xcworkspace/ │ │ └── contents.xcworkspacedata │ ├── HoverConversionSample.xcworkspace/ │ │ └── contents.xcworkspacedata │ └── Podfile ├── LICENSE └── README.md