├── DemoBuisness.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcuserdata │ │ └── saifchaudhary.xcuserdatad │ │ └── UserInterfaceState.xcuserstate └── xcuserdata │ └── saifchaudhary.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ ├── DemoBuisness.xcscheme │ └── xcschememanagement.plist ├── DemoBuisness ├── AppDelegate.swift ├── Assets.xcassets │ ├── 3b48a74.imageset │ │ ├── 3b48a74.jpg │ │ └── Contents.json │ ├── AppIcon.appiconset │ │ └── Contents.json │ ├── Contents.json │ ├── fb_next.imageset │ │ ├── Contents.json │ │ ├── fb_next.png │ │ ├── fb_next@2x.png │ │ └── fb_next@3x.png │ ├── header_bg.imageset │ │ ├── Contents.json │ │ └── header_bg@2x.jpg │ ├── ic_add-1.imageset │ │ ├── Contents.json │ │ ├── ic_add.png │ │ ├── ic_add@2x.png │ │ └── ic_add@3x.png │ ├── ic_add.imageset │ │ ├── Contents.json │ │ ├── ic_add.png │ │ ├── ic_add@2x.png │ │ └── ic_add@3x.png │ ├── ic_add_business.imageset │ │ ├── Contents.json │ │ ├── ic_add_business.png │ │ ├── ic_add_business@2x.png │ │ └── ic_add_business@3x.png │ ├── ic_back_c.imageset │ │ ├── Contents.json │ │ ├── ic_back_c.png │ │ ├── ic_back_c@2x.png │ │ └── ic_back_c@3x.png │ ├── ic_back_w.imageset │ │ ├── Contents.json │ │ ├── ic_back_w.png │ │ ├── ic_back_w@2x.png │ │ └── ic_back_w@3x.png │ ├── ic_bars.imageset │ │ ├── Contents.json │ │ ├── ic_bars.png │ │ ├── ic_bars@2x.png │ │ └── ic_bars@3x.png │ ├── ic_bookmark_pressed.imageset │ │ ├── Contents.json │ │ ├── ic_bookmark_pressed.png │ │ ├── ic_bookmark_pressed@2x.png │ │ └── ic_bookmark_pressed@3x.png │ ├── ic_bookmark_stroke_c.imageset │ │ ├── Contents.json │ │ ├── ic_bookmark_stroke_c.png │ │ ├── ic_bookmark_stroke_c@2x.png │ │ └── ic_bookmark_stroke_c@3x.png │ ├── ic_bookmark_stroke_g.imageset │ │ ├── Contents.json │ │ ├── ic_bookmark_stroke_g.png │ │ ├── ic_bookmark_stroke_g@2x.png │ │ └── ic_bookmark_stroke_g@3x.png │ ├── ic_bookmark_stroke_w.imageset │ │ ├── Contents.json │ │ ├── ic_bookmark_stroke_w.png │ │ ├── ic_bookmark_stroke_w@2x.png │ │ └── ic_bookmark_stroke_w@3x.png │ ├── ic_business.imageset │ │ ├── Contents.json │ │ ├── ic_business.png │ │ ├── ic_business@2x.png │ │ └── ic_business@3x.png │ ├── ic_call.imageset │ │ ├── Contents.json │ │ ├── ic_call.png │ │ ├── ic_call@2x.png │ │ └── ic_call@3x.png │ ├── ic_credits.imageset │ │ ├── Contents.json │ │ ├── ic_credits.png │ │ ├── ic_credits@2x.png │ │ └── ic_credits@3x.png │ ├── ic_cross_c-1.imageset │ │ ├── Contents.json │ │ ├── ic_cross_c.png │ │ ├── ic_cross_c@2x.png │ │ └── ic_cross_c@3x.png │ ├── ic_cross_c.imageset │ │ ├── Contents.json │ │ ├── ic_cross_c.png │ │ ├── ic_cross_c@2x.png │ │ └── ic_cross_c@3x.png │ ├── ic_cross_w.imageset │ │ ├── Contents.json │ │ ├── ic_cross_w.png │ │ ├── ic_cross_w@2x.png │ │ └── ic_cross_w@3x.png │ ├── ic_dd_g.imageset │ │ ├── Contents.json │ │ ├── ic_dd_g.png │ │ ├── ic_dd_g@2x.png │ │ └── ic_dd_g@3x.png │ ├── ic_dd_w.imageset │ │ ├── Contents.json │ │ ├── ic_dd_w.png │ │ ├── ic_dd_w@2x.png │ │ └── ic_dd_w@3x.png │ ├── ic_directions.imageset │ │ ├── Contents.json │ │ ├── ic_directions.png │ │ ├── ic_directions@2x.png │ │ └── ic_directions@3x.png │ ├── ic_edit_business.imageset │ │ ├── Contents.json │ │ ├── ic_edit_business.png │ │ ├── ic_edit_business@2x.png │ │ └── ic_edit_business@3x.png │ ├── ic_fb-1.imageset │ │ ├── Contents.json │ │ ├── ic_fb.png │ │ ├── ic_fb@2x.png │ │ └── ic_fb@3x.png │ ├── ic_fb.imageset │ │ ├── Contents.json │ │ ├── ic_fb.png │ │ ├── ic_fb@2x.png │ │ └── ic_fb@3x.png │ ├── ic_fetch_loc.imageset │ │ ├── Contents.json │ │ ├── ic_fetch_loc.png │ │ ├── ic_fetch_loc@2x.png │ │ └── ic_fetch_loc@3x.png │ ├── ic_filters.imageset │ │ ├── Contents.json │ │ ├── ic_filters.png │ │ ├── ic_filters@2x.png │ │ └── ic_filters@3x.png │ ├── ic_home_normal.imageset │ │ ├── Contents.json │ │ ├── ic_home_normal.png │ │ ├── ic_home_normal@2x.png │ │ └── ic_home_normal@3x.png │ ├── ic_home_pressed.imageset │ │ ├── Contents.json │ │ ├── ic_home_pressed.png │ │ ├── ic_home_pressed@2x.png │ │ └── ic_home_pressed@3x.png │ ├── ic_info.imageset │ │ ├── Contents.json │ │ ├── ic_info.png │ │ ├── ic_info@2x.png │ │ └── ic_info@3x.png │ ├── ic_list_normal.imageset │ │ ├── Contents.json │ │ ├── ic_list_normal.png │ │ ├── ic_list_normal@2x.png │ │ └── ic_list_normal@3x.png │ ├── ic_list_pressed.imageset │ │ ├── Contents.json │ │ ├── ic_list_pressed.png │ │ ├── ic_list_pressed@2x.png │ │ └── ic_list_pressed@3x.png │ ├── ic_map_normal.imageset │ │ ├── Contents.json │ │ ├── ic_map_normal.png │ │ ├── ic_map_normal@2x.png │ │ └── ic_map_normal@3x.png │ ├── ic_map_pressed.imageset │ │ ├── Contents.json │ │ ├── ic_map_pressed.png │ │ ├── ic_map_pressed@2x.png │ │ └── ic_map_pressed@3x.png │ ├── ic_menu_call.imageset │ │ ├── Contents.json │ │ ├── ic_menu_call.png │ │ ├── ic_menu_call@2x.png │ │ └── ic_menu_call@3x.png │ ├── ic_menu_camera.imageset │ │ ├── Contents.json │ │ ├── ic_menu_camera.png │ │ ├── ic_menu_camera@2x.png │ │ └── ic_menu_camera@3x.png │ ├── ic_menu_directions.imageset │ │ ├── Contents.json │ │ ├── ic_menu_directions.png │ │ ├── ic_menu_directions@2x.png │ │ └── ic_menu_directions@3x.png │ ├── ic_menu_event.imageset │ │ ├── Contents.json │ │ ├── ic_menu_event.png │ │ ├── ic_menu_event@2x.png │ │ └── ic_menu_event@3x.png │ ├── ic_menu_review.imageset │ │ ├── Contents.json │ │ ├── ic_menu_review.png │ │ ├── ic_menu_review@2x.png │ │ └── ic_menu_review@3x.png │ ├── ic_nearby_normal.imageset │ │ ├── Contents.json │ │ ├── ic_nearby_normal.png │ │ ├── ic_nearby_normal@2x.png │ │ └── ic_nearby_normal@3x.png │ ├── ic_nearby_pressed.imageset │ │ ├── Contents.json │ │ ├── ic_nearby_pressed.png │ │ ├── ic_nearby_pressed@2x.png │ │ └── ic_nearby_pressed@3x.png │ ├── ic_photos.imageset │ │ ├── Contents.json │ │ ├── ic_photos.png │ │ ├── ic_photos@2x.png │ │ └── ic_photos@3x.png │ ├── ic_pin-1.imageset │ │ ├── Contents.json │ │ ├── ic_pin.png │ │ ├── ic_pin@2x.png │ │ └── ic_pin@3x.png │ ├── ic_pin.imageset │ │ ├── Contents.json │ │ ├── ic_pin.png │ │ ├── ic_pin@2x.png │ │ └── ic_pin@3x.png │ ├── ic_pin_2.imageset │ │ ├── Contents.json │ │ ├── ic_pin_2.png │ │ ├── ic_pin_2@2x.png │ │ └── ic_pin_2@3x.png │ ├── ic_profile_normal.imageset │ │ ├── Contents.json │ │ ├── ic_profile_normal.png │ │ ├── ic_profile_normal@2x.png │ │ └── ic_profile_normal@3x.png │ ├── ic_review-1.imageset │ │ ├── Contents.json │ │ ├── ic_review.png │ │ ├── ic_review@2x.png │ │ └── ic_review@3x.png │ ├── ic_review.imageset │ │ ├── Contents.json │ │ ├── ic_review.png │ │ ├── ic_review@2x.png │ │ └── ic_review@3x.png │ ├── ic_search location.imageset │ │ ├── Contents.json │ │ ├── ic_search location.png │ │ ├── ic_search location@2x.png │ │ └── ic_search location@3x.png │ ├── ic_search_normal.imageset │ │ ├── Contents.json │ │ ├── ic_search_normal.png │ │ ├── ic_search_normal@2x.png │ │ └── ic_search_normal@3x.png │ ├── ic_search_pressed.imageset │ │ ├── Contents.json │ │ ├── ic_search_pressed.png │ │ ├── ic_search_pressed@2x.png │ │ └── ic_search_pressed@3x.png │ ├── ic_settings-1.imageset │ │ ├── Contents.json │ │ ├── ic_settings.png │ │ ├── ic_settings@2x.png │ │ └── ic_settings@3x.png │ ├── ic_settings.imageset │ │ ├── Contents.json │ │ ├── ic_settings.png │ │ ├── ic_settings@2x.png │ │ └── ic_settings@3x.png │ ├── ic_share-1.imageset │ │ ├── Contents.json │ │ ├── ic_share.png │ │ ├── ic_share@2x.png │ │ └── ic_share@3x.png │ ├── ic_share.imageset │ │ ├── Contents.json │ │ ├── ic_share.png │ │ ├── ic_share@2x.png │ │ └── ic_share@3x.png │ ├── ic_sponsor-1.imageset │ │ ├── Contents.json │ │ ├── ic_sponsor.png │ │ ├── ic_sponsor@2x.png │ │ └── ic_sponsor@3x.png │ ├── ic_sponsor.imageset │ │ ├── Contents.json │ │ ├── ic_sponsor.png │ │ ├── ic_sponsor@2x.png │ │ └── ic_sponsor@3x.png │ ├── ic_star_big_fill-1.imageset │ │ ├── Contents.json │ │ ├── ic_star_big_fill.png │ │ ├── ic_star_big_fill@2x.png │ │ └── ic_star_big_fill@3x.png │ ├── ic_star_big_fill.imageset │ │ ├── Contents.json │ │ ├── ic_star_big_fill.png │ │ ├── ic_star_big_fill@2x.png │ │ └── ic_star_big_fill@3x.png │ ├── ic_star_big_stroke.imageset │ │ ├── Contents.json │ │ ├── ic_star_big_stroke.png │ │ ├── ic_star_big_stroke@2x.png │ │ └── ic_star_big_stroke@3x.png │ ├── ic_star_small_filled.imageset │ │ ├── Contents.json │ │ ├── ic_star_small_filled.png │ │ ├── ic_star_small_filled@2x.png │ │ └── ic_star_small_filled@3x.png │ ├── ic_star_small_grey.imageset │ │ ├── Contents.json │ │ ├── ic_star_small_grey.png │ │ ├── ic_star_small_grey@2x.png │ │ └── ic_star_small_grey@3x.png │ ├── illustration_w.imageset │ │ ├── Contents.json │ │ ├── illustration_w.png │ │ ├── illustration_w@2x.png │ │ └── illustration_w@3x.png │ ├── ilustration_c.imageset │ │ ├── Contents.json │ │ ├── ilustration_c.png │ │ ├── ilustration_c@2x.png │ │ └── ilustration_c@3x.png │ ├── images.imageset │ │ ├── Contents.json │ │ └── images.jpeg │ ├── imagesFree.imageset │ │ ├── Contents.json │ │ └── imagesFree.png │ ├── img_linear_overlay.imageset │ │ ├── Contents.json │ │ └── img_linear_overlay.png │ ├── img_overlay_black.imageset │ │ ├── Contents.json │ │ ├── img_overlay_black.png │ │ ├── img_overlay_black@2x.png │ │ └── img_overlay_black@3x.png │ ├── make-up.imageset │ │ ├── Contents.json │ │ └── make-up-for-ever-la-boutique-west-coast-flagship-store-robertson-boulevard-glamazons-blog-teaser.jpg │ ├── nothing found.imageset │ │ ├── Contents.json │ │ ├── nothing found.png │ │ ├── nothing found@2x.png │ │ └── nothing found@3x.png │ └── pin_selected.imageset │ │ ├── Contents.json │ │ ├── pin_selected.png │ │ ├── pin_selected@2x.png │ │ └── pin_selected@3x.png ├── AvatarImageView.swift ├── Base.lproj │ ├── LaunchScreen.storyboard │ └── Main.storyboard ├── BuisnessDetailViewController 2.swift ├── BuisnessDetailViewController.swift ├── Cells │ ├── DealsCollectionViewCell.swift │ ├── DealsTableViewCell.swift │ ├── InfoTableViewCell.swift │ ├── PhotoTableViewCell.swift │ ├── ReviewsDynamicTableViewCell.swift │ └── ReviewsStaticTableViewCell.swift ├── Constants │ ├── CellIdentifiers.swift │ ├── Constants.swift │ ├── Images.swift │ ├── LocalizedStrings.swift │ ├── ScreenSize.swift │ ├── SegueIdentifiers.swift │ └── Storyboards.swift ├── DemoBuisness-Bridging-Header.h ├── FXBlurView.h ├── FXBlurView.m ├── Fonts │ ├── Gotham-Bold.otf │ ├── Gotham-Book.otf │ └── Gotham-Medium.otf ├── Info.plist ├── LinearProgressView │ └── LinearProgressView.swift ├── SWSegmentControl.swift └── TWTButton.swift └── README.md /DemoBuisness.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /DemoBuisness.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /DemoBuisness.xcodeproj/project.xcworkspace/xcuserdata/saifchaudhary.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness.xcodeproj/project.xcworkspace/xcuserdata/saifchaudhary.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /DemoBuisness.xcodeproj/xcuserdata/saifchaudhary.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness.xcodeproj/xcuserdata/saifchaudhary.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /DemoBuisness.xcodeproj/xcuserdata/saifchaudhary.xcuserdatad/xcschemes/DemoBuisness.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness.xcodeproj/xcuserdata/saifchaudhary.xcuserdatad/xcschemes/DemoBuisness.xcscheme -------------------------------------------------------------------------------- /DemoBuisness.xcodeproj/xcuserdata/saifchaudhary.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness.xcodeproj/xcuserdata/saifchaudhary.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /DemoBuisness/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/AppDelegate.swift -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/3b48a74.imageset/3b48a74.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/3b48a74.imageset/3b48a74.jpg -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/3b48a74.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/3b48a74.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/fb_next.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/fb_next.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/fb_next.imageset/fb_next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/fb_next.imageset/fb_next.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/fb_next.imageset/fb_next@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/fb_next.imageset/fb_next@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/fb_next.imageset/fb_next@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/fb_next.imageset/fb_next@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/header_bg.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/header_bg.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/header_bg.imageset/header_bg@2x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/header_bg.imageset/header_bg@2x.jpg -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_add-1.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_add-1.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_add-1.imageset/ic_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_add-1.imageset/ic_add.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_add-1.imageset/ic_add@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_add-1.imageset/ic_add@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_add-1.imageset/ic_add@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_add-1.imageset/ic_add@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_add.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_add.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_add.imageset/ic_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_add.imageset/ic_add.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_add.imageset/ic_add@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_add.imageset/ic_add@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_add.imageset/ic_add@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_add.imageset/ic_add@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_add_business.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_add_business.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_add_business.imageset/ic_add_business.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_add_business.imageset/ic_add_business.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_add_business.imageset/ic_add_business@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_add_business.imageset/ic_add_business@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_add_business.imageset/ic_add_business@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_add_business.imageset/ic_add_business@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_back_c.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_back_c.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_back_c.imageset/ic_back_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_back_c.imageset/ic_back_c.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_back_c.imageset/ic_back_c@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_back_c.imageset/ic_back_c@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_back_c.imageset/ic_back_c@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_back_c.imageset/ic_back_c@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_back_w.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_back_w.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_back_w.imageset/ic_back_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_back_w.imageset/ic_back_w.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_back_w.imageset/ic_back_w@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_back_w.imageset/ic_back_w@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_back_w.imageset/ic_back_w@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_back_w.imageset/ic_back_w@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_bars.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_bars.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_bars.imageset/ic_bars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_bars.imageset/ic_bars.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_bars.imageset/ic_bars@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_bars.imageset/ic_bars@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_bars.imageset/ic_bars@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_bars.imageset/ic_bars@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_bookmark_pressed.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_bookmark_pressed.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_bookmark_pressed.imageset/ic_bookmark_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_bookmark_pressed.imageset/ic_bookmark_pressed.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_bookmark_pressed.imageset/ic_bookmark_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_bookmark_pressed.imageset/ic_bookmark_pressed@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_bookmark_pressed.imageset/ic_bookmark_pressed@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_bookmark_pressed.imageset/ic_bookmark_pressed@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_bookmark_stroke_c.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_bookmark_stroke_c.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_bookmark_stroke_c.imageset/ic_bookmark_stroke_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_bookmark_stroke_c.imageset/ic_bookmark_stroke_c.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_bookmark_stroke_c.imageset/ic_bookmark_stroke_c@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_bookmark_stroke_c.imageset/ic_bookmark_stroke_c@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_bookmark_stroke_c.imageset/ic_bookmark_stroke_c@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_bookmark_stroke_c.imageset/ic_bookmark_stroke_c@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_bookmark_stroke_g.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_bookmark_stroke_g.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_bookmark_stroke_g.imageset/ic_bookmark_stroke_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_bookmark_stroke_g.imageset/ic_bookmark_stroke_g.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_bookmark_stroke_g.imageset/ic_bookmark_stroke_g@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_bookmark_stroke_g.imageset/ic_bookmark_stroke_g@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_bookmark_stroke_g.imageset/ic_bookmark_stroke_g@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_bookmark_stroke_g.imageset/ic_bookmark_stroke_g@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_bookmark_stroke_w.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_bookmark_stroke_w.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_bookmark_stroke_w.imageset/ic_bookmark_stroke_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_bookmark_stroke_w.imageset/ic_bookmark_stroke_w.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_bookmark_stroke_w.imageset/ic_bookmark_stroke_w@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_bookmark_stroke_w.imageset/ic_bookmark_stroke_w@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_bookmark_stroke_w.imageset/ic_bookmark_stroke_w@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_bookmark_stroke_w.imageset/ic_bookmark_stroke_w@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_business.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_business.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_business.imageset/ic_business.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_business.imageset/ic_business.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_business.imageset/ic_business@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_business.imageset/ic_business@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_business.imageset/ic_business@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_business.imageset/ic_business@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_call.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_call.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_call.imageset/ic_call.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_call.imageset/ic_call.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_call.imageset/ic_call@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_call.imageset/ic_call@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_call.imageset/ic_call@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_call.imageset/ic_call@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_credits.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_credits.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_credits.imageset/ic_credits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_credits.imageset/ic_credits.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_credits.imageset/ic_credits@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_credits.imageset/ic_credits@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_credits.imageset/ic_credits@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_credits.imageset/ic_credits@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_cross_c-1.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_cross_c-1.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_cross_c-1.imageset/ic_cross_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_cross_c-1.imageset/ic_cross_c.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_cross_c-1.imageset/ic_cross_c@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_cross_c-1.imageset/ic_cross_c@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_cross_c-1.imageset/ic_cross_c@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_cross_c-1.imageset/ic_cross_c@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_cross_c.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_cross_c.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_cross_c.imageset/ic_cross_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_cross_c.imageset/ic_cross_c.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_cross_c.imageset/ic_cross_c@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_cross_c.imageset/ic_cross_c@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_cross_c.imageset/ic_cross_c@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_cross_c.imageset/ic_cross_c@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_cross_w.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_cross_w.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_cross_w.imageset/ic_cross_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_cross_w.imageset/ic_cross_w.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_cross_w.imageset/ic_cross_w@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_cross_w.imageset/ic_cross_w@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_cross_w.imageset/ic_cross_w@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_cross_w.imageset/ic_cross_w@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_dd_g.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_dd_g.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_dd_g.imageset/ic_dd_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_dd_g.imageset/ic_dd_g.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_dd_g.imageset/ic_dd_g@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_dd_g.imageset/ic_dd_g@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_dd_g.imageset/ic_dd_g@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_dd_g.imageset/ic_dd_g@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_dd_w.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_dd_w.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_dd_w.imageset/ic_dd_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_dd_w.imageset/ic_dd_w.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_dd_w.imageset/ic_dd_w@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_dd_w.imageset/ic_dd_w@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_dd_w.imageset/ic_dd_w@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_dd_w.imageset/ic_dd_w@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_directions.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_directions.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_directions.imageset/ic_directions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_directions.imageset/ic_directions.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_directions.imageset/ic_directions@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_directions.imageset/ic_directions@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_directions.imageset/ic_directions@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_directions.imageset/ic_directions@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_edit_business.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_edit_business.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_edit_business.imageset/ic_edit_business.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_edit_business.imageset/ic_edit_business.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_edit_business.imageset/ic_edit_business@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_edit_business.imageset/ic_edit_business@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_edit_business.imageset/ic_edit_business@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_edit_business.imageset/ic_edit_business@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_fb-1.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_fb-1.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_fb-1.imageset/ic_fb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_fb-1.imageset/ic_fb.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_fb-1.imageset/ic_fb@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_fb-1.imageset/ic_fb@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_fb-1.imageset/ic_fb@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_fb-1.imageset/ic_fb@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_fb.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_fb.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_fb.imageset/ic_fb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_fb.imageset/ic_fb.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_fb.imageset/ic_fb@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_fb.imageset/ic_fb@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_fb.imageset/ic_fb@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_fb.imageset/ic_fb@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_fetch_loc.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_fetch_loc.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_fetch_loc.imageset/ic_fetch_loc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_fetch_loc.imageset/ic_fetch_loc.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_fetch_loc.imageset/ic_fetch_loc@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_fetch_loc.imageset/ic_fetch_loc@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_fetch_loc.imageset/ic_fetch_loc@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_fetch_loc.imageset/ic_fetch_loc@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_filters.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_filters.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_filters.imageset/ic_filters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_filters.imageset/ic_filters.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_filters.imageset/ic_filters@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_filters.imageset/ic_filters@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_filters.imageset/ic_filters@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_filters.imageset/ic_filters@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_home_normal.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_home_normal.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_home_normal.imageset/ic_home_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_home_normal.imageset/ic_home_normal.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_home_normal.imageset/ic_home_normal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_home_normal.imageset/ic_home_normal@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_home_normal.imageset/ic_home_normal@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_home_normal.imageset/ic_home_normal@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_home_pressed.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_home_pressed.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_home_pressed.imageset/ic_home_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_home_pressed.imageset/ic_home_pressed.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_home_pressed.imageset/ic_home_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_home_pressed.imageset/ic_home_pressed@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_home_pressed.imageset/ic_home_pressed@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_home_pressed.imageset/ic_home_pressed@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_info.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_info.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_info.imageset/ic_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_info.imageset/ic_info.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_info.imageset/ic_info@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_info.imageset/ic_info@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_info.imageset/ic_info@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_info.imageset/ic_info@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_list_normal.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_list_normal.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_list_normal.imageset/ic_list_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_list_normal.imageset/ic_list_normal.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_list_normal.imageset/ic_list_normal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_list_normal.imageset/ic_list_normal@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_list_normal.imageset/ic_list_normal@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_list_normal.imageset/ic_list_normal@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_list_pressed.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_list_pressed.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_list_pressed.imageset/ic_list_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_list_pressed.imageset/ic_list_pressed.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_list_pressed.imageset/ic_list_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_list_pressed.imageset/ic_list_pressed@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_list_pressed.imageset/ic_list_pressed@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_list_pressed.imageset/ic_list_pressed@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_map_normal.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_map_normal.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_map_normal.imageset/ic_map_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_map_normal.imageset/ic_map_normal.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_map_normal.imageset/ic_map_normal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_map_normal.imageset/ic_map_normal@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_map_normal.imageset/ic_map_normal@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_map_normal.imageset/ic_map_normal@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_map_pressed.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_map_pressed.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_map_pressed.imageset/ic_map_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_map_pressed.imageset/ic_map_pressed.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_map_pressed.imageset/ic_map_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_map_pressed.imageset/ic_map_pressed@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_map_pressed.imageset/ic_map_pressed@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_map_pressed.imageset/ic_map_pressed@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_menu_call.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_menu_call.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_menu_call.imageset/ic_menu_call.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_menu_call.imageset/ic_menu_call.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_menu_call.imageset/ic_menu_call@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_menu_call.imageset/ic_menu_call@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_menu_call.imageset/ic_menu_call@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_menu_call.imageset/ic_menu_call@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_menu_camera.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_menu_camera.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_menu_camera.imageset/ic_menu_camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_menu_camera.imageset/ic_menu_camera.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_menu_camera.imageset/ic_menu_camera@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_menu_camera.imageset/ic_menu_camera@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_menu_camera.imageset/ic_menu_camera@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_menu_camera.imageset/ic_menu_camera@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_menu_directions.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_menu_directions.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_menu_directions.imageset/ic_menu_directions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_menu_directions.imageset/ic_menu_directions.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_menu_directions.imageset/ic_menu_directions@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_menu_directions.imageset/ic_menu_directions@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_menu_directions.imageset/ic_menu_directions@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_menu_directions.imageset/ic_menu_directions@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_menu_event.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_menu_event.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_menu_event.imageset/ic_menu_event.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_menu_event.imageset/ic_menu_event.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_menu_event.imageset/ic_menu_event@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_menu_event.imageset/ic_menu_event@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_menu_event.imageset/ic_menu_event@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_menu_event.imageset/ic_menu_event@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_menu_review.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_menu_review.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_menu_review.imageset/ic_menu_review.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_menu_review.imageset/ic_menu_review.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_menu_review.imageset/ic_menu_review@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_menu_review.imageset/ic_menu_review@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_menu_review.imageset/ic_menu_review@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_menu_review.imageset/ic_menu_review@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_nearby_normal.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_nearby_normal.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_nearby_normal.imageset/ic_nearby_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_nearby_normal.imageset/ic_nearby_normal.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_nearby_normal.imageset/ic_nearby_normal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_nearby_normal.imageset/ic_nearby_normal@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_nearby_normal.imageset/ic_nearby_normal@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_nearby_normal.imageset/ic_nearby_normal@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_nearby_pressed.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_nearby_pressed.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_nearby_pressed.imageset/ic_nearby_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_nearby_pressed.imageset/ic_nearby_pressed.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_nearby_pressed.imageset/ic_nearby_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_nearby_pressed.imageset/ic_nearby_pressed@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_nearby_pressed.imageset/ic_nearby_pressed@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_nearby_pressed.imageset/ic_nearby_pressed@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_photos.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_photos.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_photos.imageset/ic_photos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_photos.imageset/ic_photos.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_photos.imageset/ic_photos@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_photos.imageset/ic_photos@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_photos.imageset/ic_photos@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_photos.imageset/ic_photos@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_pin-1.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_pin-1.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_pin-1.imageset/ic_pin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_pin-1.imageset/ic_pin.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_pin-1.imageset/ic_pin@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_pin-1.imageset/ic_pin@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_pin-1.imageset/ic_pin@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_pin-1.imageset/ic_pin@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_pin.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_pin.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_pin.imageset/ic_pin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_pin.imageset/ic_pin.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_pin.imageset/ic_pin@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_pin.imageset/ic_pin@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_pin.imageset/ic_pin@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_pin.imageset/ic_pin@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_pin_2.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_pin_2.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_pin_2.imageset/ic_pin_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_pin_2.imageset/ic_pin_2.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_pin_2.imageset/ic_pin_2@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_pin_2.imageset/ic_pin_2@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_pin_2.imageset/ic_pin_2@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_pin_2.imageset/ic_pin_2@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_profile_normal.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_profile_normal.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_profile_normal.imageset/ic_profile_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_profile_normal.imageset/ic_profile_normal.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_profile_normal.imageset/ic_profile_normal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_profile_normal.imageset/ic_profile_normal@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_profile_normal.imageset/ic_profile_normal@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_profile_normal.imageset/ic_profile_normal@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_review-1.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_review-1.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_review-1.imageset/ic_review.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_review-1.imageset/ic_review.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_review-1.imageset/ic_review@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_review-1.imageset/ic_review@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_review-1.imageset/ic_review@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_review-1.imageset/ic_review@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_review.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_review.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_review.imageset/ic_review.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_review.imageset/ic_review.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_review.imageset/ic_review@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_review.imageset/ic_review@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_review.imageset/ic_review@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_review.imageset/ic_review@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_search location.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_search location.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_search location.imageset/ic_search location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_search location.imageset/ic_search location.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_search location.imageset/ic_search location@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_search location.imageset/ic_search location@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_search location.imageset/ic_search location@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_search location.imageset/ic_search location@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_search_normal.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_search_normal.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_search_normal.imageset/ic_search_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_search_normal.imageset/ic_search_normal.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_search_normal.imageset/ic_search_normal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_search_normal.imageset/ic_search_normal@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_search_normal.imageset/ic_search_normal@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_search_normal.imageset/ic_search_normal@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_search_pressed.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_search_pressed.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_search_pressed.imageset/ic_search_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_search_pressed.imageset/ic_search_pressed.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_search_pressed.imageset/ic_search_pressed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_search_pressed.imageset/ic_search_pressed@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_search_pressed.imageset/ic_search_pressed@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_search_pressed.imageset/ic_search_pressed@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_settings-1.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_settings-1.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_settings-1.imageset/ic_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_settings-1.imageset/ic_settings.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_settings-1.imageset/ic_settings@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_settings-1.imageset/ic_settings@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_settings-1.imageset/ic_settings@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_settings-1.imageset/ic_settings@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_settings.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_settings.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_settings.imageset/ic_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_settings.imageset/ic_settings.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_settings.imageset/ic_settings@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_settings.imageset/ic_settings@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_settings.imageset/ic_settings@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_settings.imageset/ic_settings@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_share-1.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_share-1.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_share-1.imageset/ic_share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_share-1.imageset/ic_share.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_share-1.imageset/ic_share@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_share-1.imageset/ic_share@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_share-1.imageset/ic_share@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_share-1.imageset/ic_share@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_share.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_share.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_share.imageset/ic_share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_share.imageset/ic_share.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_share.imageset/ic_share@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_share.imageset/ic_share@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_share.imageset/ic_share@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_share.imageset/ic_share@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_sponsor-1.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_sponsor-1.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_sponsor-1.imageset/ic_sponsor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_sponsor-1.imageset/ic_sponsor.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_sponsor-1.imageset/ic_sponsor@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_sponsor-1.imageset/ic_sponsor@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_sponsor-1.imageset/ic_sponsor@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_sponsor-1.imageset/ic_sponsor@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_sponsor.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_sponsor.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_sponsor.imageset/ic_sponsor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_sponsor.imageset/ic_sponsor.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_sponsor.imageset/ic_sponsor@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_sponsor.imageset/ic_sponsor@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_sponsor.imageset/ic_sponsor@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_sponsor.imageset/ic_sponsor@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_star_big_fill-1.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_star_big_fill-1.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_star_big_fill-1.imageset/ic_star_big_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_star_big_fill-1.imageset/ic_star_big_fill.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_star_big_fill-1.imageset/ic_star_big_fill@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_star_big_fill-1.imageset/ic_star_big_fill@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_star_big_fill-1.imageset/ic_star_big_fill@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_star_big_fill-1.imageset/ic_star_big_fill@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_star_big_fill.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_star_big_fill.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_star_big_fill.imageset/ic_star_big_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_star_big_fill.imageset/ic_star_big_fill.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_star_big_fill.imageset/ic_star_big_fill@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_star_big_fill.imageset/ic_star_big_fill@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_star_big_fill.imageset/ic_star_big_fill@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_star_big_fill.imageset/ic_star_big_fill@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_star_big_stroke.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_star_big_stroke.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_star_big_stroke.imageset/ic_star_big_stroke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_star_big_stroke.imageset/ic_star_big_stroke.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_star_big_stroke.imageset/ic_star_big_stroke@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_star_big_stroke.imageset/ic_star_big_stroke@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_star_big_stroke.imageset/ic_star_big_stroke@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_star_big_stroke.imageset/ic_star_big_stroke@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_star_small_filled.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_star_small_filled.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_star_small_filled.imageset/ic_star_small_filled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_star_small_filled.imageset/ic_star_small_filled.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_star_small_filled.imageset/ic_star_small_filled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_star_small_filled.imageset/ic_star_small_filled@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_star_small_filled.imageset/ic_star_small_filled@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_star_small_filled.imageset/ic_star_small_filled@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_star_small_grey.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_star_small_grey.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_star_small_grey.imageset/ic_star_small_grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_star_small_grey.imageset/ic_star_small_grey.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_star_small_grey.imageset/ic_star_small_grey@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_star_small_grey.imageset/ic_star_small_grey@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ic_star_small_grey.imageset/ic_star_small_grey@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ic_star_small_grey.imageset/ic_star_small_grey@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/illustration_w.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/illustration_w.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/illustration_w.imageset/illustration_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/illustration_w.imageset/illustration_w.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/illustration_w.imageset/illustration_w@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/illustration_w.imageset/illustration_w@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/illustration_w.imageset/illustration_w@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/illustration_w.imageset/illustration_w@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ilustration_c.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ilustration_c.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ilustration_c.imageset/ilustration_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ilustration_c.imageset/ilustration_c.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ilustration_c.imageset/ilustration_c@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ilustration_c.imageset/ilustration_c@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/ilustration_c.imageset/ilustration_c@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/ilustration_c.imageset/ilustration_c@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/images.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/images.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/images.imageset/images.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/images.imageset/images.jpeg -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/imagesFree.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/imagesFree.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/imagesFree.imageset/imagesFree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/imagesFree.imageset/imagesFree.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/img_linear_overlay.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/img_linear_overlay.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/img_linear_overlay.imageset/img_linear_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/img_linear_overlay.imageset/img_linear_overlay.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/img_overlay_black.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/img_overlay_black.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/img_overlay_black.imageset/img_overlay_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/img_overlay_black.imageset/img_overlay_black.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/img_overlay_black.imageset/img_overlay_black@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/img_overlay_black.imageset/img_overlay_black@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/img_overlay_black.imageset/img_overlay_black@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/img_overlay_black.imageset/img_overlay_black@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/make-up.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/make-up.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/make-up.imageset/make-up-for-ever-la-boutique-west-coast-flagship-store-robertson-boulevard-glamazons-blog-teaser.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/make-up.imageset/make-up-for-ever-la-boutique-west-coast-flagship-store-robertson-boulevard-glamazons-blog-teaser.jpg -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/nothing found.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/nothing found.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/nothing found.imageset/nothing found.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/nothing found.imageset/nothing found.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/nothing found.imageset/nothing found@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/nothing found.imageset/nothing found@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/nothing found.imageset/nothing found@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/nothing found.imageset/nothing found@3x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/pin_selected.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/pin_selected.imageset/Contents.json -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/pin_selected.imageset/pin_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/pin_selected.imageset/pin_selected.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/pin_selected.imageset/pin_selected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/pin_selected.imageset/pin_selected@2x.png -------------------------------------------------------------------------------- /DemoBuisness/Assets.xcassets/pin_selected.imageset/pin_selected@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Assets.xcassets/pin_selected.imageset/pin_selected@3x.png -------------------------------------------------------------------------------- /DemoBuisness/AvatarImageView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/AvatarImageView.swift -------------------------------------------------------------------------------- /DemoBuisness/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /DemoBuisness/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /DemoBuisness/BuisnessDetailViewController 2.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/BuisnessDetailViewController 2.swift -------------------------------------------------------------------------------- /DemoBuisness/BuisnessDetailViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/BuisnessDetailViewController.swift -------------------------------------------------------------------------------- /DemoBuisness/Cells/DealsCollectionViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Cells/DealsCollectionViewCell.swift -------------------------------------------------------------------------------- /DemoBuisness/Cells/DealsTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Cells/DealsTableViewCell.swift -------------------------------------------------------------------------------- /DemoBuisness/Cells/InfoTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Cells/InfoTableViewCell.swift -------------------------------------------------------------------------------- /DemoBuisness/Cells/PhotoTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Cells/PhotoTableViewCell.swift -------------------------------------------------------------------------------- /DemoBuisness/Cells/ReviewsDynamicTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Cells/ReviewsDynamicTableViewCell.swift -------------------------------------------------------------------------------- /DemoBuisness/Cells/ReviewsStaticTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Cells/ReviewsStaticTableViewCell.swift -------------------------------------------------------------------------------- /DemoBuisness/Constants/CellIdentifiers.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Constants/CellIdentifiers.swift -------------------------------------------------------------------------------- /DemoBuisness/Constants/Constants.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Constants/Constants.swift -------------------------------------------------------------------------------- /DemoBuisness/Constants/Images.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Constants/Images.swift -------------------------------------------------------------------------------- /DemoBuisness/Constants/LocalizedStrings.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Constants/LocalizedStrings.swift -------------------------------------------------------------------------------- /DemoBuisness/Constants/ScreenSize.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Constants/ScreenSize.swift -------------------------------------------------------------------------------- /DemoBuisness/Constants/SegueIdentifiers.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Constants/SegueIdentifiers.swift -------------------------------------------------------------------------------- /DemoBuisness/Constants/Storyboards.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Constants/Storyboards.swift -------------------------------------------------------------------------------- /DemoBuisness/DemoBuisness-Bridging-Header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/DemoBuisness-Bridging-Header.h -------------------------------------------------------------------------------- /DemoBuisness/FXBlurView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/FXBlurView.h -------------------------------------------------------------------------------- /DemoBuisness/FXBlurView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/FXBlurView.m -------------------------------------------------------------------------------- /DemoBuisness/Fonts/Gotham-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Fonts/Gotham-Bold.otf -------------------------------------------------------------------------------- /DemoBuisness/Fonts/Gotham-Book.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Fonts/Gotham-Book.otf -------------------------------------------------------------------------------- /DemoBuisness/Fonts/Gotham-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Fonts/Gotham-Medium.otf -------------------------------------------------------------------------------- /DemoBuisness/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/Info.plist -------------------------------------------------------------------------------- /DemoBuisness/LinearProgressView/LinearProgressView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/LinearProgressView/LinearProgressView.swift -------------------------------------------------------------------------------- /DemoBuisness/SWSegmentControl.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/SWSegmentControl.swift -------------------------------------------------------------------------------- /DemoBuisness/TWTButton.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/DemoBuisness/TWTButton.swift -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saifhunk/TwitterAnimation/HEAD/README.md --------------------------------------------------------------------------------