gitextract_y2zrgpbq/ ├── .gitignore ├── .swift-version ├── AZSafariCollectionViewLayout.podspec ├── Example/ │ ├── AZTestLayout/ │ │ ├── AZExploreLayout.swift │ │ ├── AZSafariLayout.swift │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets/ │ │ │ └── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ ├── Base.lproj/ │ │ │ ├── LaunchScreen.storyboard │ │ │ └── Main.storyboard │ │ ├── Info.plist │ │ ├── TabCollectionViewCell.swift │ │ ├── TabCollectionViewCell.xib │ │ └── ViewController.swift │ └── AZTestLayout.xcodeproj/ │ ├── project.pbxproj │ └── project.xcworkspace/ │ └── contents.xcworkspacedata ├── LICENSE ├── README.md └── Source/ └── AZSafariCollectionViewLayout.swift