├── .DS_Store ├── Class ├── Category_swift │ ├── NSString+category.swift │ ├── UIBarButtonItem+category.swift │ ├── UIColor+category.swift │ ├── UIImage+NDImage.swift │ ├── UIImageView+NDExtension.swift │ ├── UILabelPadding.swift │ ├── UIView+category.swift │ └── ViewController+category.swift ├── HomePage │ ├── Model │ │ ├── NDLiveData.swift │ │ ├── NDNavigationItem.swift │ │ └── NDNearbyModel.swift │ ├── NDAttentionViewController.swift │ ├── NDHomePageViewController.swift │ ├── NDHotViewController.swift │ ├── NDNearByViewController.swift │ ├── NDTalentViewController.swift │ ├── NDWebViewController.swift │ └── View │ │ ├── NDCollectionView.swift │ │ ├── NDHotTableCell.swift │ │ ├── NDHotTableCell.xib │ │ ├── NDHotTableViewCell.swift │ │ ├── NDNearbyCollectionViewCell.swift │ │ ├── NDNearbyCollectionViewCell.xib │ │ └── Source │ │ ├── LPBannerCell.swift │ │ └── LPBannerView.swift ├── Living │ ├── Model │ │ └── NDTopUsers.swift │ ├── NDHotLiveingController.swift │ └── View │ │ ├── NDHotCellHeaderView.swift │ │ ├── NDHotCellHeaderView.xib │ │ ├── NDHotCollectionCell.swift │ │ ├── NDLiveRoomFlowLayout.swift │ │ ├── NDLivingBottomView.swift │ │ └── NDLivingBottomView.xib ├── Login │ ├── Model │ │ └── NDLoginDataModel.swift │ ├── NDAdvertiseView.swift │ ├── NDLoginViewController.swift │ └── NDLoginViewController.xib ├── MainView │ ├── MainController.swift │ └── NDNavigationController.swift ├── Mine │ └── NDMineViewController.swift ├── Other │ └── GlobalFile.swift ├── Tools │ ├── NDConnectionManager.swift │ ├── NDConst.swift │ ├── NDFPSLabel.swift │ ├── NDRefreshGifHeader.swift │ ├── NDTools.swift │ ├── NDUserDefauls.swift │ └── NDYingKe_swift4-Bridging-Header.h └── UI │ └── NavCustom │ └── NDSegmemeItem.swift ├── NDYingKe_swift4.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcuserdata │ │ └── ljq.xcuserdatad │ │ └── UserInterfaceState.xcuserstate └── xcuserdata │ └── ljq.xcuserdatad │ └── xcschemes │ ├── NDYingKe_swift4.xcscheme │ └── xcschememanagement.plist ├── NDYingKe_swift4.xcworkspace ├── contents.xcworkspacedata └── xcuserdata │ └── ljq.xcuserdatad │ ├── UserInterfaceState.xcuserstate │ └── xcdebugger │ └── Breakpoints_v2.xcbkptlist ├── NDYingKe_swift4 ├── .DS_Store ├── AppDelegate.swift ├── Assets.xcassets │ ├── AppIcon.appiconset │ │ ├── AppIcon20x20@2x.png │ │ ├── AppIcon20x20@3x.png │ │ ├── AppIcon29x29@2x.png │ │ ├── AppIcon29x29@3x.png │ │ ├── AppIcon40x40@2x.png │ │ ├── AppIcon40x40@3x.png │ │ ├── AppIcon60x60@2x.png │ │ ├── AppIcon60x60@3x.png │ │ └── Contents.json │ ├── Contents.json │ ├── Home │ │ ├── .DS_Store │ │ ├── Contents.json │ │ ├── bq_.imageset │ │ │ ├── Contents.json │ │ │ ├── bq_@2x.png │ │ │ └── bq_@3x.png │ │ ├── button_bg_borders.imageset │ │ │ ├── Contents.json │ │ │ ├── button_bg_borders@2x.png │ │ │ └── button_bg_borders@3x.png │ │ ├── button_bg_grey.imageset │ │ │ ├── Contents.json │ │ │ ├── button_bg_grey@2x.png │ │ │ └── button_bg_grey@3x.png │ │ ├── global_female.imageset │ │ │ ├── Contents.json │ │ │ ├── global_female@2x.png │ │ │ └── global_female@3x.png │ │ ├── global_male.imageset │ │ │ ├── Contents.json │ │ │ └── global_male@3x.png │ │ ├── global_v_singer.imageset │ │ │ ├── Contents.json │ │ │ ├── global_v_singer@2x.png │ │ │ └── global_v_singer@3x.png │ │ ├── good1_30x30_.imageset │ │ │ ├── Contents.json │ │ │ ├── good1_30x30_@2x.png │ │ │ └── good1_30x30_@3x.png │ │ ├── good2_30x30_.imageset │ │ │ ├── Contents.json │ │ │ ├── good2_30x30_@2x.png │ │ │ └── good2_30x30_@3x.png │ │ ├── good3_30x30_.imageset │ │ │ ├── Contents.json │ │ │ ├── good3_30x30_@2x.png │ │ │ └── good3_30x30_@3x.png │ │ ├── good4_30x30_.imageset │ │ │ ├── Contents.json │ │ │ ├── good4_30x30_@2x.png │ │ │ └── good4_30x30_@3x.png │ │ ├── live_bg2_.imageset │ │ │ ├── Contents.json │ │ │ ├── live_bg2_@2x.png │ │ │ └── live_bg2_@3x.png │ │ ├── live_bg_.imageset │ │ │ ├── Contents.json │ │ │ ├── live_bg_@2x.png │ │ │ └── live_bg_@3x.png │ │ ├── live_guanzhu_.imageset │ │ │ ├── Contents.json │ │ │ ├── live_guanzhu_@2x.png │ │ │ └── live_guanzhu_@3x.png │ │ ├── live_hot_bg_icon.imageset │ │ │ ├── Contents.json │ │ │ ├── live_hot_bg_icon@2x.png │ │ │ └── live_hot_bg_icon@3x.png │ │ ├── me_yp_btn_n_.imageset │ │ │ ├── Contents.json │ │ │ ├── me_yp_btn_n_@2x.png │ │ │ └── me_yp_btn_n_@3x.png │ │ ├── me_yp_icon1-1_.imageset │ │ │ ├── Contents.json │ │ │ ├── me_yp_icon1-1_@2x.png │ │ │ └── me_yp_icon1-1_@3x.png │ │ ├── mg_room_btn2_h.imageset │ │ │ ├── Contents.json │ │ │ ├── mg_room_btn2_h@2x.png │ │ │ └── mg_room_btn2_h@3x.png │ │ ├── mg_room_btn2_n.imageset │ │ │ ├── Contents.json │ │ │ ├── mg_room_btn2_n@2x.png │ │ │ └── mg_room_btn2_n@3x.png │ │ ├── mg_room_btn3_h.imageset │ │ │ ├── Contents.json │ │ │ ├── mg_room_btn3_h@2x.png │ │ │ └── mg_room_btn3_h@3x.png │ │ ├── mg_room_btn3_n.imageset │ │ │ ├── Contents.json │ │ │ ├── mg_room_btn3_n@2x.png │ │ │ └── mg_room_btn3_n@3x.png │ │ ├── mg_room_btn_bx_.imageset │ │ │ ├── Contents.json │ │ │ └── mg_room_btn_bx_@3x.png │ │ ├── mg_room_btn_bx_ge.imageset │ │ │ ├── Contents.json │ │ │ ├── mg_room_btn_bx_ge@2x.png │ │ │ └── mg_room_btn_bx_ge@3x.png │ │ ├── mg_room_btn_fenxiang_h.imageset │ │ │ ├── Contents.json │ │ │ ├── mg_room_btn_fenxiang_h@2x.png │ │ │ └── mg_room_btn_fenxiang_h@3x.png │ │ ├── mg_room_btn_go_n.imageset │ │ │ ├── Contents.json │ │ │ ├── mg_room_btn_go_n@2x.png │ │ │ └── mg_room_btn_go_n@3x.png │ │ ├── mg_room_btn_guan_h.imageset │ │ │ ├── Contents.json │ │ │ ├── mg_room_btn_guan_h@2x.png │ │ │ └── mg_room_btn_guan_h@3x.png │ │ ├── mg_room_btn_jidu_n.imageset │ │ │ ├── Contents.json │ │ │ ├── mg_room_btn_jidu_n@2x.png │ │ │ └── mg_room_btn_jidu_n@3x.png │ │ ├── mg_room_btn_liao_h.imageset │ │ │ ├── Contents.json │ │ │ ├── mg_room_btn_liao_h@2x.png │ │ │ └── mg_room_btn_liao_h@3x.png │ │ ├── mg_room_btn_liwu_h.imageset │ │ │ ├── Contents.json │ │ │ ├── mg_room_btn_liwu_h@2x.png │ │ │ └── mg_room_btn_liwu_h@3x.png │ │ ├── mg_room_btn_shan_h.imageset │ │ │ ├── Contents.json │ │ │ ├── mg_room_btn_shan_h@2x.png │ │ │ └── mg_room_btn_shan_h@3x.png │ │ ├── mg_room_btn_shan_n.imageset │ │ │ ├── Contents.json │ │ │ ├── mg_room_btn_shan_n@2x.png │ │ │ └── mg_room_btn_shan_n@3x.png │ │ ├── mg_room_btn_stop_n.imageset │ │ │ ├── Contents.json │ │ │ ├── mg_room_btn_stop_n@2x.png │ │ │ └── mg_room_btn_stop_n@3x.png │ │ ├── mg_room_btn_touxiang_n.imageset │ │ │ ├── Contents.json │ │ │ ├── mg_room_btn_touxiang_n@2x.png │ │ │ └── mg_room_btn_touxiang_n@3x.png │ │ ├── mg_room_btn_xinxi_h.imageset │ │ │ ├── Contents.json │ │ │ ├── mg_room_btn_xinxi_h@2x.png │ │ │ └── mg_room_btn_xinxi_h@3x.png │ │ ├── mg_room_btn_yinyue_h.imageset │ │ │ ├── Contents.json │ │ │ ├── mg_room_btn_yinyue_h@2x.png │ │ │ └── mg_room_btn_yinyue_h@3x.png │ │ ├── mg_room_gestureTip_down.imageset │ │ │ ├── Contents.json │ │ │ ├── mg_room_gestureTip_down@2x.png │ │ │ └── mg_room_gestureTip_down@3x.png │ │ ├── mg_room_gestureTip_hand.imageset │ │ │ ├── Contents.json │ │ │ ├── mg_room_gestureTip_hand@2x.png │ │ │ └── mg_room_gestureTip_hand@3x.png │ │ ├── mg_room_gestureTip_handRight.imageset │ │ │ ├── Contents.json │ │ │ ├── mg_room_gestureTip_handRight@2x.png │ │ │ └── mg_room_gestureTip_handRight@3x.png │ │ ├── mg_room_gestureTip_right.imageset │ │ │ ├── Contents.json │ │ │ ├── mg_room_gestureTip_right@2x.png │ │ │ └── mg_room_gestureTip_right@3x.png │ │ ├── mg_room_gestureTip_up.imageset │ │ │ ├── Contents.json │ │ │ ├── mg_room_gestureTip_up@2x.png │ │ │ └── mg_room_gestureTip_up@3x.png │ │ ├── mg_room_touxiang.imageset │ │ │ ├── Contents.json │ │ │ ├── mg_room_touxiang@2x.png │ │ │ └── mg_room_touxiang@3x.png │ │ ├── person_bottom_shadow.imageset │ │ │ ├── Contents.json │ │ │ └── person_bottom_shadow.png │ │ ├── pop_see_female_on.imageset │ │ │ ├── Contents.json │ │ │ ├── pop_see_female_on@2x.png │ │ │ └── pop_see_female_on@3x.png │ │ ├── pop_see_male_on.imageset │ │ │ ├── Contents.json │ │ │ ├── pop_see_male_on@2x.png │ │ │ └── pop_see_male_on@3x.png │ │ ├── pops_up_close.imageset │ │ │ ├── Contents.json │ │ │ ├── pops_up_close@2x.png │ │ │ └── pops_up_close@3x.png │ │ ├── room_window_profile_authentication.imageset │ │ │ ├── Contents.json │ │ │ ├── room_window_profile_authentication@2x.png │ │ │ └── room_window_profile_authentication@3x.png │ │ ├── room_window_profile_location.imageset │ │ │ ├── Contents.json │ │ │ ├── room_window_profile_location@2x.png │ │ │ └── room_window_profile_location@3x.png │ │ └── shortvideo_launch_close.imageset │ │ │ ├── Contents.json │ │ │ ├── shortvideo_launch_close@2x.png │ │ │ └── shortvideo_launch_close@3x.png │ ├── LaunchImage.launchimage │ │ ├── Contents.json │ │ ├── LaunchImage-700-568h@2x-1.png │ │ ├── LaunchImage-700-568h@2x-2.png │ │ ├── LaunchImage-700-568h@2x.png │ │ ├── LaunchImage-800-667h@2x-1.png │ │ ├── LaunchImage-800-667h@2x.png │ │ ├── LaunchImage-800-Portrait-736h@3x-1.png │ │ └── LaunchImage-800-Portrait-736h@3x.png │ ├── Refresh │ │ ├── Contents.json │ │ ├── refresh_fly_001.imageset │ │ │ ├── Contents.json │ │ │ └── refresh_fly_001.png │ │ ├── refresh_fly_0010.imageset │ │ │ ├── Contents.json │ │ │ └── refresh_fly_0010.png │ │ ├── refresh_fly_0011.imageset │ │ │ ├── Contents.json │ │ │ └── refresh_fly_0011.png │ │ ├── refresh_fly_0012.imageset │ │ │ ├── Contents.json │ │ │ └── refresh_fly_0012.png │ │ ├── refresh_fly_0013.imageset │ │ │ ├── Contents.json │ │ │ └── refresh_fly_0013.png │ │ ├── refresh_fly_0014.imageset │ │ │ ├── Contents.json │ │ │ └── refresh_fly_0014.png │ │ ├── refresh_fly_0015.imageset │ │ │ ├── Contents.json │ │ │ └── refresh_fly_0015.png │ │ ├── refresh_fly_0016.imageset │ │ │ ├── Contents.json │ │ │ └── refresh_fly_0016.png │ │ ├── refresh_fly_0017.imageset │ │ │ ├── Contents.json │ │ │ └── refresh_fly_0017.png │ │ ├── refresh_fly_0018.imageset │ │ │ ├── Contents.json │ │ │ └── refresh_fly_0018.png │ │ ├── refresh_fly_0019.imageset │ │ │ ├── Contents.json │ │ │ └── refresh_fly_0019.png │ │ ├── refresh_fly_002.imageset │ │ │ ├── Contents.json │ │ │ └── refresh_fly_002.png │ │ ├── refresh_fly_0020.imageset │ │ │ ├── Contents.json │ │ │ └── refresh_fly_0020.png │ │ ├── refresh_fly_0021.imageset │ │ │ ├── Contents.json │ │ │ └── refresh_fly_0021.png │ │ ├── refresh_fly_0022.imageset │ │ │ ├── Contents.json │ │ │ └── refresh_fly_0022.png │ │ ├── refresh_fly_0023.imageset │ │ │ ├── Contents.json │ │ │ └── refresh_fly_0023.png │ │ ├── refresh_fly_0024.imageset │ │ │ ├── Contents.json │ │ │ └── refresh_fly_0024.png │ │ ├── refresh_fly_0025.imageset │ │ │ ├── Contents.json │ │ │ └── refresh_fly_0025.png │ │ ├── refresh_fly_0026.imageset │ │ │ ├── Contents.json │ │ │ └── refresh_fly_0026.png │ │ ├── refresh_fly_0027.imageset │ │ │ ├── Contents.json │ │ │ └── refresh_fly_0027.png │ │ ├── refresh_fly_0028.imageset │ │ │ ├── Contents.json │ │ │ └── refresh_fly_0028.png │ │ ├── refresh_fly_0029.imageset │ │ │ ├── Contents.json │ │ │ └── refresh_fly_0029.png │ │ ├── refresh_fly_003.imageset │ │ │ ├── Contents.json │ │ │ └── refresh_fly_003.png │ │ ├── refresh_fly_004.imageset │ │ │ ├── Contents.json │ │ │ └── refresh_fly_004.png │ │ ├── refresh_fly_005.imageset │ │ │ ├── Contents.json │ │ │ └── refresh_fly_005.png │ │ ├── refresh_fly_006.imageset │ │ │ ├── Contents.json │ │ │ └── refresh_fly_006.png │ │ ├── refresh_fly_007.imageset │ │ │ ├── Contents.json │ │ │ └── refresh_fly_007.png │ │ ├── refresh_fly_008.imageset │ │ │ ├── Contents.json │ │ │ └── refresh_fly_008.png │ │ └── refresh_fly_009.imageset │ │ │ ├── Contents.json │ │ │ └── refresh_fly_009.png │ ├── lever │ │ ├── Contents.json │ │ ├── good5_30x30_.imageset │ │ │ ├── Contents.json │ │ │ ├── good5_30x30_@2x.png │ │ │ └── good5_30x30_@3x.png │ │ ├── good6_30x30_.imageset │ │ │ ├── Contents.json │ │ │ ├── good6_30x30_@2x.png │ │ │ └── good6_30x30_@3x.png │ │ ├── good7_30x30_.imageset │ │ │ ├── Contents.json │ │ │ ├── good7_30x30_@2x.png │ │ │ └── good7_30x30_@3x.png │ │ ├── good8_30x30_.imageset │ │ │ ├── Contents.json │ │ │ ├── good8_30x30_@2x.png │ │ │ └── good8_30x30_@3x.png │ │ └── good9_30x30_.imageset │ │ │ ├── Contents.json │ │ │ ├── good9_30x30_@2x.png │ │ │ └── good9_30x30_@3x.png │ ├── login │ │ ├── Contents.json │ │ ├── login_bg_cloud_1.imageset │ │ │ ├── Contents.json │ │ │ ├── login_bg_cloud_1@2x.png │ │ │ └── login_bg_cloud_1@3x.png │ │ ├── login_bg_cloud_2.imageset │ │ │ ├── Contents.json │ │ │ ├── login_bg_cloud_2@2x.png │ │ │ └── login_bg_cloud_2@3x.png │ │ ├── login_bg_wallpaper.imageset │ │ │ ├── Contents.json │ │ │ ├── login_bg_wallpaper@2x.png │ │ │ └── login_bg_wallpaper@3x.png │ │ ├── login_ico_mobile.imageset │ │ │ ├── Contents.json │ │ │ ├── login_ico_mobile@2x.png │ │ │ └── login_ico_mobile@3x.png │ │ ├── login_ico_qq.imageset │ │ │ ├── Contents.json │ │ │ ├── login_ico_qq@2x.png │ │ │ └── login_ico_qq@3x.png │ │ ├── login_ico_wechat.imageset │ │ │ ├── Contents.json │ │ │ ├── login_ico_wechat@2x.png │ │ │ └── login_ico_wechat@3x.png │ │ ├── login_ico_weibo.imageset │ │ │ ├── Contents.json │ │ │ ├── login_ico_weibo@2x.png │ │ │ └── login_ico_weibo@3x.png │ │ └── login_tree.imageset │ │ │ ├── Contents.json │ │ │ ├── login_tree@2x.png │ │ │ └── login_tree@3x.png │ ├── main │ │ ├── Contents.json │ │ ├── NavBack.imageset │ │ │ ├── Contents.json │ │ │ └── NavBack@2x.png │ │ ├── default_head.imageset │ │ │ ├── Contents.json │ │ │ ├── default_head@2x.png │ │ │ └── default_head@3x.png │ │ ├── default_room.imageset │ │ │ ├── Contents.json │ │ │ └── default_room.png │ │ ├── ive_tag_live.imageset │ │ │ ├── Contents.json │ │ │ └── ive_tag_live@3x.png │ │ ├── live_area_icn_male_prd.imageset │ │ │ ├── Contents.json │ │ │ ├── live_area_icn_male_prd@2x.png │ │ │ └── live_area_icn_male_prd@3x.png │ │ ├── me_myaccount_reddiamond.imageset │ │ │ ├── Contents.json │ │ │ ├── me_myaccount_reddiamond@2x.png │ │ │ └── me_myaccount_reddiamond@3x.png │ │ ├── me_new_bg_live.imageset │ │ │ ├── Contents.json │ │ │ ├── me_new_bg_live@2x.png │ │ │ └── me_new_bg_live@3x.png │ │ ├── me_new_btn_rt.imageset │ │ │ ├── Contents.json │ │ │ ├── me_new_btn_rt@2x.png │ │ │ └── me_new_btn_rt@3x.png │ │ ├── me_new_dengji.imageset │ │ │ ├── Contents.json │ │ │ ├── me_new_dengji@2x.png │ │ │ └── me_new_dengji@3x.png │ │ ├── me_new_icon_live.imageset │ │ │ ├── Contents.json │ │ │ ├── me_new_icon_live@2x.png │ │ │ └── me_new_icon_live@3x.png │ │ ├── me_new_shouyi.imageset │ │ │ ├── Contents.json │ │ │ ├── me_new_shouyi@2x.png │ │ │ └── me_new_shouyi@3x.png │ │ ├── me_new_zhanghao.imageset │ │ │ ├── Contents.json │ │ │ ├── me_new_zhanghao@2x.png │ │ │ └── me_new_zhanghao@3x.png │ │ ├── room_button.imageset │ │ │ ├── Contents.json │ │ │ ├── room_button@2x.png │ │ │ └── room_button@3x.png │ │ ├── welcome_1.imageset │ │ │ ├── Contents.json │ │ │ └── welcome_1@3x.png │ │ └── welcome_2.imageset │ │ │ ├── Contents.json │ │ │ └── welcome_2@3x.png │ ├── nav │ │ ├── Contents.json │ │ ├── global_tittle.imageset │ │ │ ├── Contents.json │ │ │ ├── global_tittle@2x.png │ │ │ └── global_tittle@3x.png │ │ ├── title_button_back.imageset │ │ │ ├── Contents.json │ │ │ ├── title_button_back@2x.png │ │ │ └── title_button_back@3x.png │ │ ├── title_button_close.imageset │ │ │ ├── Contents.json │ │ │ ├── title_button_close@2x.png │ │ │ └── title_button_close@3x.png │ │ ├── title_button_more.imageset │ │ │ ├── Contents.json │ │ │ ├── title_button_more@2x.png │ │ │ └── title_button_more@3x.png │ │ ├── title_button_rich_mask.imageset │ │ │ ├── Contents.json │ │ │ ├── title_button_rich_mask@2x.png │ │ │ └── title_button_rich_mask@3x.png │ │ ├── title_button_rich_mask_no.imageset │ │ │ ├── Contents.json │ │ │ ├── title_button_rich_mask_no@2x.png │ │ │ └── title_button_rich_mask_no@3x.png │ │ ├── title_button_search.imageset │ │ │ ├── Contents.json │ │ │ ├── title_button_search@2x.png │ │ │ └── title_button_search@3x.png │ │ ├── title_search_del_s.imageset │ │ │ ├── Contents.json │ │ │ ├── title_search_del_s@2x.png │ │ │ └── title_search_del_s@3x.png │ │ └── title_share.imageset │ │ │ ├── Contents.json │ │ │ ├── title_share@2x.png │ │ │ └── title_share@3x.png │ └── tableBar │ │ ├── Contents.json │ │ ├── global_searchbox_bg.imageset │ │ ├── Contents.json │ │ ├── global_searchbox_bg@2x.png │ │ └── global_searchbox_bg@3x.png │ │ ├── tab_launch.imageset │ │ ├── Contents.json │ │ ├── tab_launch@2x.png │ │ └── tab_launch@3x.png │ │ ├── tab_live.imageset │ │ ├── Contents.json │ │ ├── tab_live@2x.png │ │ └── tab_live@3x.png │ │ ├── tab_live_p.imageset │ │ ├── Contents.json │ │ ├── tab_live_p@2x.png │ │ └── tab_live_p@3x.png │ │ ├── tab_me.imageset │ │ ├── Contents.json │ │ ├── tab_me@2x.png │ │ └── tab_me@3x.png │ │ ├── tab_me_p.imageset │ │ ├── Contents.json │ │ ├── tab_me_p@2x.png │ │ └── tab_me_p@3x.png │ │ └── tabbar_bg.imageset │ │ ├── Contents.json │ │ ├── tabbar_bg@2x.png │ │ └── tabbar_bg@3x.png ├── Base.lproj │ ├── LaunchScreen.storyboard │ └── Main.storyboard ├── Class │ ├── .DS_Store │ ├── Category_swift │ │ ├── .DS_Store │ │ ├── NSString+category.swift │ │ ├── UIBarButtonItem+category.swift │ │ ├── UIColor+category.swift │ │ ├── UIImage+NDImage.swift │ │ ├── UIImageView+NDExtension.swift │ │ ├── UILabelPadding.swift │ │ ├── UIView+category.swift │ │ └── ViewController+category.swift │ ├── HomePage │ │ ├── .DS_Store │ │ ├── Model │ │ │ ├── NDLiveData.swift │ │ │ ├── NDNavigationItem.swift │ │ │ └── NDNearbyModel.swift │ │ ├── NDAttentionViewController.swift │ │ ├── NDHomePageViewController.swift │ │ ├── NDHotViewController.swift │ │ ├── NDNearByViewController.swift │ │ ├── NDTalentViewController.swift │ │ ├── NDWebViewController.swift │ │ └── View │ │ │ ├── .DS_Store │ │ │ ├── NDCollectionView.swift │ │ │ ├── NDHotTableCell.swift │ │ │ ├── NDHotTableCell.xib │ │ │ ├── NDHotTableViewCell.swift │ │ │ ├── NDNearbyCollectionViewCell.swift │ │ │ ├── NDNearbyCollectionViewCell.xib │ │ │ └── Source │ │ │ ├── LPBannerCell.swift │ │ │ └── LPBannerView.swift │ ├── Living │ │ ├── .DS_Store │ │ ├── Model │ │ │ └── NDTopUsers.swift │ │ ├── NDHotLiveingController.swift │ │ └── View │ │ │ ├── NDHotCellHeaderView.swift │ │ │ ├── NDHotCellHeaderView.xib │ │ │ ├── NDHotCollectionCell.swift │ │ │ ├── NDLiveRoomFlowLayout.swift │ │ │ ├── NDLivingBottomView.swift │ │ │ └── NDLivingBottomView.xib │ ├── Login │ │ ├── .DS_Store │ │ ├── Model │ │ │ └── NDLoginDataModel.swift │ │ ├── NDAdvertiseView.swift │ │ ├── NDLoginViewController.swift │ │ └── NDLoginViewController.xib │ ├── MainView │ │ ├── .DS_Store │ │ ├── MainController.swift │ │ └── NDNavigationController.swift │ ├── Mine │ │ ├── .DS_Store │ │ └── NDMineViewController.swift │ ├── Other │ │ └── GlobalFile.swift │ ├── Tools │ │ ├── .DS_Store │ │ ├── NDConnectionManager.swift │ │ ├── NDConst.swift │ │ ├── NDFPSLabel.swift │ │ ├── NDRefreshGifHeader.swift │ │ ├── NDTools.swift │ │ ├── NDUserDefauls.swift │ │ └── NDYingKe_swift4-Bridging-Header.h │ └── UI │ │ ├── .DS_Store │ │ └── NavCustom │ │ ├── .DS_Store │ │ └── NDSegmemeItem.swift ├── Info.plist └── NHFX_GIF.gif ├── NDYingKe_swift4Tests ├── Info.plist └── NDYingKe_swift4Tests.swift ├── NDYingKe_swift4UITests ├── Info.plist └── NDYingKe_swift4UITests.swift ├── Podfile ├── Podfile.lock ├── Pods ├── .DS_Store ├── Alamofire │ ├── LICENSE │ ├── README.md │ └── Source │ │ ├── AFError.swift │ │ ├── Alamofire.swift │ │ ├── DispatchQueue+Alamofire.swift │ │ ├── MultipartFormData.swift │ │ ├── NetworkReachabilityManager.swift │ │ ├── Notifications.swift │ │ ├── ParameterEncoding.swift │ │ ├── Request.swift │ │ ├── Response.swift │ │ ├── ResponseSerialization.swift │ │ ├── Result.swift │ │ ├── ServerTrustPolicy.swift │ │ ├── SessionDelegate.swift │ │ ├── SessionManager.swift │ │ ├── TaskDelegate.swift │ │ ├── Timeline.swift │ │ └── Validation.swift ├── MJRefresh │ ├── LICENSE │ ├── MJRefresh │ │ ├── Base │ │ │ ├── MJRefreshAutoFooter.h │ │ │ ├── MJRefreshAutoFooter.m │ │ │ ├── MJRefreshBackFooter.h │ │ │ ├── MJRefreshBackFooter.m │ │ │ ├── MJRefreshComponent.h │ │ │ ├── MJRefreshComponent.m │ │ │ ├── MJRefreshFooter.h │ │ │ ├── MJRefreshFooter.m │ │ │ ├── MJRefreshHeader.h │ │ │ └── MJRefreshHeader.m │ │ ├── Custom │ │ │ ├── Footer │ │ │ │ ├── Auto │ │ │ │ │ ├── MJRefreshAutoGifFooter.h │ │ │ │ │ ├── MJRefreshAutoGifFooter.m │ │ │ │ │ ├── MJRefreshAutoNormalFooter.h │ │ │ │ │ ├── MJRefreshAutoNormalFooter.m │ │ │ │ │ ├── MJRefreshAutoStateFooter.h │ │ │ │ │ └── MJRefreshAutoStateFooter.m │ │ │ │ └── Back │ │ │ │ │ ├── MJRefreshBackGifFooter.h │ │ │ │ │ ├── MJRefreshBackGifFooter.m │ │ │ │ │ ├── MJRefreshBackNormalFooter.h │ │ │ │ │ ├── MJRefreshBackNormalFooter.m │ │ │ │ │ ├── MJRefreshBackStateFooter.h │ │ │ │ │ └── MJRefreshBackStateFooter.m │ │ │ └── Header │ │ │ │ ├── MJRefreshGifHeader.h │ │ │ │ ├── MJRefreshGifHeader.m │ │ │ │ ├── MJRefreshNormalHeader.h │ │ │ │ ├── MJRefreshNormalHeader.m │ │ │ │ ├── MJRefreshStateHeader.h │ │ │ │ └── MJRefreshStateHeader.m │ │ ├── MJRefresh.bundle │ │ │ ├── arrow@2x.png │ │ │ ├── en.lproj │ │ │ │ └── Localizable.strings │ │ │ ├── zh-Hans.lproj │ │ │ │ └── Localizable.strings │ │ │ └── zh-Hant.lproj │ │ │ │ └── Localizable.strings │ │ ├── MJRefresh.h │ │ ├── MJRefreshConst.h │ │ ├── MJRefreshConst.m │ │ ├── NSBundle+MJRefresh.h │ │ ├── NSBundle+MJRefresh.m │ │ ├── UIScrollView+MJExtension.h │ │ ├── UIScrollView+MJExtension.m │ │ ├── UIScrollView+MJRefresh.h │ │ ├── UIScrollView+MJRefresh.m │ │ ├── UIView+MJExtension.h │ │ └── UIView+MJExtension.m │ └── README.md ├── Manifest.lock ├── Pods.xcodeproj │ ├── project.pbxproj │ └── xcuserdata │ │ └── ljq.xcuserdatad │ │ └── xcschemes │ │ ├── Alamofire.xcscheme │ │ ├── MJRefresh.xcscheme │ │ ├── Pods-NDYingKe_swift4.xcscheme │ │ ├── SDWebImage.xcscheme │ │ ├── SnapKit.xcscheme │ │ ├── YYKit.xcscheme │ │ └── xcschememanagement.plist ├── SDWebImage │ ├── LICENSE │ ├── README.md │ └── SDWebImage │ │ ├── NSData+ImageContentType.h │ │ ├── NSData+ImageContentType.m │ │ ├── NSImage+WebCache.h │ │ ├── NSImage+WebCache.m │ │ ├── SDImageCache.h │ │ ├── SDImageCache.m │ │ ├── SDImageCacheConfig.h │ │ ├── SDImageCacheConfig.m │ │ ├── SDWebImageCompat.h │ │ ├── SDWebImageCompat.m │ │ ├── SDWebImageDecoder.h │ │ ├── SDWebImageDecoder.m │ │ ├── SDWebImageDownloader.h │ │ ├── SDWebImageDownloader.m │ │ ├── SDWebImageDownloaderOperation.h │ │ ├── SDWebImageDownloaderOperation.m │ │ ├── SDWebImageManager.h │ │ ├── SDWebImageManager.m │ │ ├── SDWebImageOperation.h │ │ ├── SDWebImagePrefetcher.h │ │ ├── SDWebImagePrefetcher.m │ │ ├── UIButton+WebCache.h │ │ ├── UIButton+WebCache.m │ │ ├── UIImage+GIF.h │ │ ├── UIImage+GIF.m │ │ ├── UIImage+MultiFormat.h │ │ ├── UIImage+MultiFormat.m │ │ ├── UIImageView+HighlightedWebCache.h │ │ ├── UIImageView+HighlightedWebCache.m │ │ ├── UIImageView+WebCache.h │ │ ├── UIImageView+WebCache.m │ │ ├── UIView+WebCache.h │ │ ├── UIView+WebCache.m │ │ ├── UIView+WebCacheOperation.h │ │ └── UIView+WebCacheOperation.m ├── SnapKit │ ├── LICENSE │ ├── README.md │ └── Source │ │ ├── Constraint.swift │ │ ├── ConstraintAttributes.swift │ │ ├── ConstraintConfig.swift │ │ ├── ConstraintConstantTarget.swift │ │ ├── ConstraintDSL.swift │ │ ├── ConstraintDescription.swift │ │ ├── ConstraintInsetTarget.swift │ │ ├── ConstraintInsets.swift │ │ ├── ConstraintItem.swift │ │ ├── ConstraintLayoutGuide+Extensions.swift │ │ ├── ConstraintLayoutGuide.swift │ │ ├── ConstraintLayoutGuideDSL.swift │ │ ├── ConstraintLayoutSupport.swift │ │ ├── ConstraintLayoutSupportDSL.swift │ │ ├── ConstraintMaker.swift │ │ ├── ConstraintMakerEditable.swift │ │ ├── ConstraintMakerExtendable.swift │ │ ├── ConstraintMakerFinalizable.swift │ │ ├── ConstraintMakerPriortizable.swift │ │ ├── ConstraintMakerRelatable.swift │ │ ├── ConstraintMultiplierTarget.swift │ │ ├── ConstraintOffsetTarget.swift │ │ ├── ConstraintPriority.swift │ │ ├── ConstraintPriorityTarget.swift │ │ ├── ConstraintRelatableTarget.swift │ │ ├── ConstraintRelation.swift │ │ ├── ConstraintView+Extensions.swift │ │ ├── ConstraintView.swift │ │ ├── ConstraintViewDSL.swift │ │ ├── Debugging.swift │ │ ├── LayoutConstraint.swift │ │ ├── LayoutConstraintItem.swift │ │ └── UILayoutSupport+Extensions.swift ├── Target Support Files │ ├── Alamofire │ │ ├── Alamofire-dummy.m │ │ ├── Alamofire-prefix.pch │ │ ├── Alamofire-umbrella.h │ │ ├── Alamofire.modulemap │ │ ├── Alamofire.xcconfig │ │ └── Info.plist │ ├── MJRefresh │ │ ├── Info.plist │ │ ├── MJRefresh-dummy.m │ │ ├── MJRefresh-prefix.pch │ │ ├── MJRefresh-umbrella.h │ │ ├── MJRefresh.modulemap │ │ └── MJRefresh.xcconfig │ ├── Pods-NDYingKe_swift4 │ │ ├── Info.plist │ │ ├── Pods-NDYingKe_swift4-acknowledgements.markdown │ │ ├── Pods-NDYingKe_swift4-acknowledgements.plist │ │ ├── Pods-NDYingKe_swift4-dummy.m │ │ ├── Pods-NDYingKe_swift4-frameworks.sh │ │ ├── Pods-NDYingKe_swift4-resources.sh │ │ ├── Pods-NDYingKe_swift4-umbrella.h │ │ ├── Pods-NDYingKe_swift4.debug.xcconfig │ │ ├── Pods-NDYingKe_swift4.modulemap │ │ └── Pods-NDYingKe_swift4.release.xcconfig │ ├── SDWebImage │ │ ├── Info.plist │ │ ├── SDWebImage-dummy.m │ │ ├── SDWebImage-prefix.pch │ │ ├── SDWebImage-umbrella.h │ │ ├── SDWebImage.modulemap │ │ └── SDWebImage.xcconfig │ ├── SnapKit │ │ ├── Info.plist │ │ ├── SnapKit-dummy.m │ │ ├── SnapKit-prefix.pch │ │ ├── SnapKit-umbrella.h │ │ ├── SnapKit.modulemap │ │ └── SnapKit.xcconfig │ └── YYKit │ │ ├── Info.plist │ │ ├── YYKit-dummy.m │ │ ├── YYKit-prefix.pch │ │ ├── YYKit-umbrella.h │ │ ├── YYKit.modulemap │ │ └── YYKit.xcconfig └── YYKit │ ├── LICENSE │ ├── README.md │ ├── Vendor │ └── WebP.framework │ │ ├── Headers │ │ ├── config.h │ │ ├── decode.h │ │ ├── demux.h │ │ ├── encode.h │ │ ├── extras.h │ │ ├── format_constants.h │ │ ├── mux.h │ │ ├── mux_types.h │ │ └── types.h │ │ └── WebP │ └── YYKit │ ├── Base │ ├── Foundation │ │ ├── NSArray+YYAdd.h │ │ ├── NSArray+YYAdd.m │ │ ├── NSBundle+YYAdd.h │ │ ├── NSBundle+YYAdd.m │ │ ├── NSData+YYAdd.h │ │ ├── NSData+YYAdd.m │ │ ├── NSDate+YYAdd.h │ │ ├── NSDate+YYAdd.m │ │ ├── NSDictionary+YYAdd.h │ │ ├── NSDictionary+YYAdd.m │ │ ├── NSKeyedUnarchiver+YYAdd.h │ │ ├── NSKeyedUnarchiver+YYAdd.m │ │ ├── NSNotificationCenter+YYAdd.h │ │ ├── NSNotificationCenter+YYAdd.m │ │ ├── NSNumber+YYAdd.h │ │ ├── NSNumber+YYAdd.m │ │ ├── NSObject+YYAdd.h │ │ ├── NSObject+YYAdd.m │ │ ├── NSObject+YYAddForARC.h │ │ ├── NSObject+YYAddForARC.m │ │ ├── NSObject+YYAddForKVO.h │ │ ├── NSObject+YYAddForKVO.m │ │ ├── NSString+YYAdd.h │ │ ├── NSString+YYAdd.m │ │ ├── NSThread+YYAdd.h │ │ ├── NSThread+YYAdd.m │ │ ├── NSTimer+YYAdd.h │ │ └── NSTimer+YYAdd.m │ ├── Quartz │ │ ├── CALayer+YYAdd.h │ │ ├── CALayer+YYAdd.m │ │ ├── YYCGUtilities.h │ │ └── YYCGUtilities.m │ ├── UIKit │ │ ├── UIApplication+YYAdd.h │ │ ├── UIApplication+YYAdd.m │ │ ├── UIBarButtonItem+YYAdd.h │ │ ├── UIBarButtonItem+YYAdd.m │ │ ├── UIBezierPath+YYAdd.h │ │ ├── UIBezierPath+YYAdd.m │ │ ├── UIColor+YYAdd.h │ │ ├── UIColor+YYAdd.m │ │ ├── UIControl+YYAdd.h │ │ ├── UIControl+YYAdd.m │ │ ├── UIDevice+YYAdd.h │ │ ├── UIDevice+YYAdd.m │ │ ├── UIFont+YYAdd.h │ │ ├── UIFont+YYAdd.m │ │ ├── UIGestureRecognizer+YYAdd.h │ │ ├── UIGestureRecognizer+YYAdd.m │ │ ├── UIImage+YYAdd.h │ │ ├── UIImage+YYAdd.m │ │ ├── UIScreen+YYAdd.h │ │ ├── UIScreen+YYAdd.m │ │ ├── UIScrollView+YYAdd.h │ │ ├── UIScrollView+YYAdd.m │ │ ├── UITableView+YYAdd.h │ │ ├── UITableView+YYAdd.m │ │ ├── UITextField+YYAdd.h │ │ ├── UITextField+YYAdd.m │ │ ├── UIView+YYAdd.h │ │ └── UIView+YYAdd.m │ └── YYKitMacro.h │ ├── Cache │ ├── YYCache.h │ ├── YYCache.m │ ├── YYDiskCache.h │ ├── YYDiskCache.m │ ├── YYKVStorage.h │ ├── YYKVStorage.m │ ├── YYMemoryCache.h │ └── YYMemoryCache.m │ ├── Image │ ├── Categories │ │ ├── CALayer+YYWebImage.h │ │ ├── CALayer+YYWebImage.m │ │ ├── MKAnnotationView+YYWebImage.h │ │ ├── MKAnnotationView+YYWebImage.m │ │ ├── UIButton+YYWebImage.h │ │ ├── UIButton+YYWebImage.m │ │ ├── UIImageView+YYWebImage.h │ │ ├── UIImageView+YYWebImage.m │ │ ├── _YYWebImageSetter.h │ │ └── _YYWebImageSetter.m │ ├── YYAnimatedImageView.h │ ├── YYAnimatedImageView.m │ ├── YYFrameImage.h │ ├── YYFrameImage.m │ ├── YYImage.h │ ├── YYImage.m │ ├── YYImageCache.h │ ├── YYImageCache.m │ ├── YYImageCoder.h │ ├── YYImageCoder.m │ ├── YYSpriteSheetImage.h │ ├── YYSpriteSheetImage.m │ ├── YYWebImageManager.h │ ├── YYWebImageManager.m │ ├── YYWebImageOperation.h │ └── YYWebImageOperation.m │ ├── Model │ ├── NSObject+YYModel.h │ ├── NSObject+YYModel.m │ ├── YYClassInfo.h │ └── YYClassInfo.m │ ├── Text │ ├── Component │ │ ├── YYTextContainerView.h │ │ ├── YYTextContainerView.m │ │ ├── YYTextDebugOption.h │ │ ├── YYTextDebugOption.m │ │ ├── YYTextEffectWindow.h │ │ ├── YYTextEffectWindow.m │ │ ├── YYTextInput.h │ │ ├── YYTextInput.m │ │ ├── YYTextKeyboardManager.h │ │ ├── YYTextKeyboardManager.m │ │ ├── YYTextLayout.h │ │ ├── YYTextLayout.m │ │ ├── YYTextLine.h │ │ ├── YYTextLine.m │ │ ├── YYTextMagnifier.h │ │ ├── YYTextMagnifier.m │ │ ├── YYTextSelectionView.h │ │ └── YYTextSelectionView.m │ ├── String │ │ ├── NSAttributedString+YYText.h │ │ ├── NSAttributedString+YYText.m │ │ ├── NSParagraphStyle+YYText.h │ │ ├── NSParagraphStyle+YYText.m │ │ ├── UIPasteboard+YYText.h │ │ ├── UIPasteboard+YYText.m │ │ ├── YYTextArchiver.h │ │ ├── YYTextArchiver.m │ │ ├── YYTextAttribute.h │ │ ├── YYTextAttribute.m │ │ ├── YYTextParser.h │ │ ├── YYTextParser.m │ │ ├── YYTextRubyAnnotation.h │ │ ├── YYTextRubyAnnotation.m │ │ ├── YYTextRunDelegate.h │ │ ├── YYTextRunDelegate.m │ │ ├── YYTextUtilities.h │ │ └── YYTextUtilities.m │ ├── YYLabel.h │ ├── YYLabel.m │ ├── YYTextView.h │ └── YYTextView.m │ ├── Utility │ ├── YYAsyncLayer.h │ ├── YYAsyncLayer.m │ ├── YYDispatchQueuePool.h │ ├── YYDispatchQueuePool.m │ ├── YYFileHash.h │ ├── YYFileHash.m │ ├── YYGestureRecognizer.h │ ├── YYGestureRecognizer.m │ ├── YYKeychain.h │ ├── YYKeychain.m │ ├── YYReachability.h │ ├── YYReachability.m │ ├── YYSentinel.h │ ├── YYSentinel.m │ ├── YYThreadSafeArray.h │ ├── YYThreadSafeArray.m │ ├── YYThreadSafeDictionary.h │ ├── YYThreadSafeDictionary.m │ ├── YYTimer.h │ ├── YYTimer.m │ ├── YYTransaction.h │ ├── YYTransaction.m │ ├── YYWeakProxy.h │ └── YYWeakProxy.m │ └── YYKit.h ├── README.md └── YingKeUI.zip /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/.DS_Store -------------------------------------------------------------------------------- /Class/Category_swift/NSString+category.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/Category_swift/NSString+category.swift -------------------------------------------------------------------------------- /Class/Category_swift/UIBarButtonItem+category.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/Category_swift/UIBarButtonItem+category.swift -------------------------------------------------------------------------------- /Class/Category_swift/UIColor+category.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/Category_swift/UIColor+category.swift -------------------------------------------------------------------------------- /Class/Category_swift/UIImage+NDImage.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/Category_swift/UIImage+NDImage.swift -------------------------------------------------------------------------------- /Class/Category_swift/UIImageView+NDExtension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/Category_swift/UIImageView+NDExtension.swift -------------------------------------------------------------------------------- /Class/Category_swift/UILabelPadding.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/Category_swift/UILabelPadding.swift -------------------------------------------------------------------------------- /Class/Category_swift/UIView+category.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/Category_swift/UIView+category.swift -------------------------------------------------------------------------------- /Class/Category_swift/ViewController+category.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/Category_swift/ViewController+category.swift -------------------------------------------------------------------------------- /Class/HomePage/Model/NDLiveData.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/HomePage/Model/NDLiveData.swift -------------------------------------------------------------------------------- /Class/HomePage/Model/NDNavigationItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/HomePage/Model/NDNavigationItem.swift -------------------------------------------------------------------------------- /Class/HomePage/Model/NDNearbyModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/HomePage/Model/NDNearbyModel.swift -------------------------------------------------------------------------------- /Class/HomePage/NDAttentionViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/HomePage/NDAttentionViewController.swift -------------------------------------------------------------------------------- /Class/HomePage/NDHomePageViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/HomePage/NDHomePageViewController.swift -------------------------------------------------------------------------------- /Class/HomePage/NDHotViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/HomePage/NDHotViewController.swift -------------------------------------------------------------------------------- /Class/HomePage/NDNearByViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/HomePage/NDNearByViewController.swift -------------------------------------------------------------------------------- /Class/HomePage/NDTalentViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/HomePage/NDTalentViewController.swift -------------------------------------------------------------------------------- /Class/HomePage/NDWebViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/HomePage/NDWebViewController.swift -------------------------------------------------------------------------------- /Class/HomePage/View/NDCollectionView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/HomePage/View/NDCollectionView.swift -------------------------------------------------------------------------------- /Class/HomePage/View/NDHotTableCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/HomePage/View/NDHotTableCell.swift -------------------------------------------------------------------------------- /Class/HomePage/View/NDHotTableCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/HomePage/View/NDHotTableCell.xib -------------------------------------------------------------------------------- /Class/HomePage/View/NDHotTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/HomePage/View/NDHotTableViewCell.swift -------------------------------------------------------------------------------- /Class/HomePage/View/NDNearbyCollectionViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/HomePage/View/NDNearbyCollectionViewCell.swift -------------------------------------------------------------------------------- /Class/HomePage/View/NDNearbyCollectionViewCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/HomePage/View/NDNearbyCollectionViewCell.xib -------------------------------------------------------------------------------- /Class/HomePage/View/Source/LPBannerCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/HomePage/View/Source/LPBannerCell.swift -------------------------------------------------------------------------------- /Class/HomePage/View/Source/LPBannerView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/HomePage/View/Source/LPBannerView.swift -------------------------------------------------------------------------------- /Class/Living/Model/NDTopUsers.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/Living/Model/NDTopUsers.swift -------------------------------------------------------------------------------- /Class/Living/NDHotLiveingController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/Living/NDHotLiveingController.swift -------------------------------------------------------------------------------- /Class/Living/View/NDHotCellHeaderView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/Living/View/NDHotCellHeaderView.swift -------------------------------------------------------------------------------- /Class/Living/View/NDHotCellHeaderView.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/Living/View/NDHotCellHeaderView.xib -------------------------------------------------------------------------------- /Class/Living/View/NDHotCollectionCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/Living/View/NDHotCollectionCell.swift -------------------------------------------------------------------------------- /Class/Living/View/NDLiveRoomFlowLayout.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/Living/View/NDLiveRoomFlowLayout.swift -------------------------------------------------------------------------------- /Class/Living/View/NDLivingBottomView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/Living/View/NDLivingBottomView.swift -------------------------------------------------------------------------------- /Class/Living/View/NDLivingBottomView.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/Living/View/NDLivingBottomView.xib -------------------------------------------------------------------------------- /Class/Login/Model/NDLoginDataModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/Login/Model/NDLoginDataModel.swift -------------------------------------------------------------------------------- /Class/Login/NDAdvertiseView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/Login/NDAdvertiseView.swift -------------------------------------------------------------------------------- /Class/Login/NDLoginViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/Login/NDLoginViewController.swift -------------------------------------------------------------------------------- /Class/Login/NDLoginViewController.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/Login/NDLoginViewController.xib -------------------------------------------------------------------------------- /Class/MainView/MainController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/MainView/MainController.swift -------------------------------------------------------------------------------- /Class/MainView/NDNavigationController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/MainView/NDNavigationController.swift -------------------------------------------------------------------------------- /Class/Mine/NDMineViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/Mine/NDMineViewController.swift -------------------------------------------------------------------------------- /Class/Other/GlobalFile.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/Other/GlobalFile.swift -------------------------------------------------------------------------------- /Class/Tools/NDConnectionManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/Tools/NDConnectionManager.swift -------------------------------------------------------------------------------- /Class/Tools/NDConst.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/Tools/NDConst.swift -------------------------------------------------------------------------------- /Class/Tools/NDFPSLabel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/Tools/NDFPSLabel.swift -------------------------------------------------------------------------------- /Class/Tools/NDRefreshGifHeader.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/Tools/NDRefreshGifHeader.swift -------------------------------------------------------------------------------- /Class/Tools/NDTools.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/Tools/NDTools.swift -------------------------------------------------------------------------------- /Class/Tools/NDUserDefauls.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/Tools/NDUserDefauls.swift -------------------------------------------------------------------------------- /Class/Tools/NDYingKe_swift4-Bridging-Header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/Tools/NDYingKe_swift4-Bridging-Header.h -------------------------------------------------------------------------------- /Class/UI/NavCustom/NDSegmemeItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Class/UI/NavCustom/NDSegmemeItem.swift -------------------------------------------------------------------------------- /NDYingKe_swift4.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /NDYingKe_swift4.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /NDYingKe_swift4.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /NDYingKe_swift4.xcworkspace/xcuserdata/ljq.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4.xcworkspace/xcuserdata/ljq.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /NDYingKe_swift4/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/.DS_Store -------------------------------------------------------------------------------- /NDYingKe_swift4/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/AppDelegate.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/AppIcon.appiconset/AppIcon20x20@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/AppIcon.appiconset/AppIcon20x20@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/AppIcon.appiconset/AppIcon20x20@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/AppIcon.appiconset/AppIcon20x20@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/AppIcon.appiconset/AppIcon29x29@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/AppIcon.appiconset/AppIcon29x29@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/AppIcon.appiconset/AppIcon29x29@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/AppIcon.appiconset/AppIcon29x29@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/AppIcon.appiconset/AppIcon40x40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/AppIcon.appiconset/AppIcon40x40@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/AppIcon.appiconset/AppIcon40x40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/AppIcon.appiconset/AppIcon40x40@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/AppIcon.appiconset/AppIcon60x60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/AppIcon.appiconset/AppIcon60x60@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/AppIcon.appiconset/AppIcon60x60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/AppIcon.appiconset/AppIcon60x60@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/.DS_Store -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/bq_.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/bq_.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/bq_.imageset/bq_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/bq_.imageset/bq_@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/bq_.imageset/bq_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/bq_.imageset/bq_@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/button_bg_borders.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/button_bg_borders.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/button_bg_grey.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/button_bg_grey.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/button_bg_grey.imageset/button_bg_grey@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/button_bg_grey.imageset/button_bg_grey@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/button_bg_grey.imageset/button_bg_grey@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/button_bg_grey.imageset/button_bg_grey@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/global_female.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/global_female.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/global_female.imageset/global_female@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/global_female.imageset/global_female@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/global_female.imageset/global_female@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/global_female.imageset/global_female@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/global_male.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/global_male.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/global_male.imageset/global_male@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/global_male.imageset/global_male@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/global_v_singer.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/global_v_singer.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/global_v_singer.imageset/global_v_singer@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/global_v_singer.imageset/global_v_singer@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/global_v_singer.imageset/global_v_singer@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/global_v_singer.imageset/global_v_singer@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/good1_30x30_.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/good1_30x30_.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/good1_30x30_.imageset/good1_30x30_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/good1_30x30_.imageset/good1_30x30_@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/good1_30x30_.imageset/good1_30x30_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/good1_30x30_.imageset/good1_30x30_@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/good2_30x30_.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/good2_30x30_.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/good2_30x30_.imageset/good2_30x30_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/good2_30x30_.imageset/good2_30x30_@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/good2_30x30_.imageset/good2_30x30_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/good2_30x30_.imageset/good2_30x30_@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/good3_30x30_.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/good3_30x30_.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/good3_30x30_.imageset/good3_30x30_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/good3_30x30_.imageset/good3_30x30_@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/good3_30x30_.imageset/good3_30x30_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/good3_30x30_.imageset/good3_30x30_@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/good4_30x30_.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/good4_30x30_.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/good4_30x30_.imageset/good4_30x30_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/good4_30x30_.imageset/good4_30x30_@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/good4_30x30_.imageset/good4_30x30_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/good4_30x30_.imageset/good4_30x30_@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/live_bg2_.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/live_bg2_.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/live_bg2_.imageset/live_bg2_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/live_bg2_.imageset/live_bg2_@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/live_bg2_.imageset/live_bg2_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/live_bg2_.imageset/live_bg2_@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/live_bg_.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/live_bg_.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/live_bg_.imageset/live_bg_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/live_bg_.imageset/live_bg_@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/live_bg_.imageset/live_bg_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/live_bg_.imageset/live_bg_@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/live_guanzhu_.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/live_guanzhu_.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/live_guanzhu_.imageset/live_guanzhu_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/live_guanzhu_.imageset/live_guanzhu_@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/live_guanzhu_.imageset/live_guanzhu_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/live_guanzhu_.imageset/live_guanzhu_@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/live_hot_bg_icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/live_hot_bg_icon.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/live_hot_bg_icon.imageset/live_hot_bg_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/live_hot_bg_icon.imageset/live_hot_bg_icon@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/live_hot_bg_icon.imageset/live_hot_bg_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/live_hot_bg_icon.imageset/live_hot_bg_icon@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/me_yp_btn_n_.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/me_yp_btn_n_.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/me_yp_btn_n_.imageset/me_yp_btn_n_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/me_yp_btn_n_.imageset/me_yp_btn_n_@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/me_yp_btn_n_.imageset/me_yp_btn_n_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/me_yp_btn_n_.imageset/me_yp_btn_n_@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/me_yp_icon1-1_.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/me_yp_icon1-1_.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/me_yp_icon1-1_.imageset/me_yp_icon1-1_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/me_yp_icon1-1_.imageset/me_yp_icon1-1_@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/me_yp_icon1-1_.imageset/me_yp_icon1-1_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/me_yp_icon1-1_.imageset/me_yp_icon1-1_@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn2_h.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn2_h.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn2_h.imageset/mg_room_btn2_h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn2_h.imageset/mg_room_btn2_h@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn2_h.imageset/mg_room_btn2_h@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn2_h.imageset/mg_room_btn2_h@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn2_n.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn2_n.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn2_n.imageset/mg_room_btn2_n@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn2_n.imageset/mg_room_btn2_n@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn2_n.imageset/mg_room_btn2_n@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn2_n.imageset/mg_room_btn2_n@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn3_h.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn3_h.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn3_h.imageset/mg_room_btn3_h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn3_h.imageset/mg_room_btn3_h@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn3_h.imageset/mg_room_btn3_h@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn3_h.imageset/mg_room_btn3_h@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn3_n.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn3_n.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn3_n.imageset/mg_room_btn3_n@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn3_n.imageset/mg_room_btn3_n@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn3_n.imageset/mg_room_btn3_n@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn3_n.imageset/mg_room_btn3_n@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn_bx_.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn_bx_.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn_bx_.imageset/mg_room_btn_bx_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn_bx_.imageset/mg_room_btn_bx_@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn_bx_ge.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn_bx_ge.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn_fenxiang_h.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn_fenxiang_h.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn_go_n.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn_go_n.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn_guan_h.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn_guan_h.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn_jidu_n.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn_jidu_n.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn_liao_h.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn_liao_h.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn_liwu_h.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn_liwu_h.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn_shan_h.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn_shan_h.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn_shan_n.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn_shan_n.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn_stop_n.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn_stop_n.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn_touxiang_n.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn_touxiang_n.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn_xinxi_h.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn_xinxi_h.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn_yinyue_h.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/mg_room_btn_yinyue_h.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/mg_room_gestureTip_down.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/mg_room_gestureTip_down.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/mg_room_gestureTip_hand.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/mg_room_gestureTip_hand.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/mg_room_gestureTip_up.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/mg_room_gestureTip_up.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/mg_room_touxiang.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/mg_room_touxiang.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/person_bottom_shadow.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/person_bottom_shadow.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/pop_see_female_on.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/pop_see_female_on.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/pop_see_male_on.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/pop_see_male_on.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/pops_up_close.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/pops_up_close.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/pops_up_close.imageset/pops_up_close@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/pops_up_close.imageset/pops_up_close@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/pops_up_close.imageset/pops_up_close@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/pops_up_close.imageset/pops_up_close@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Home/shortvideo_launch_close.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Home/shortvideo_launch_close.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/LaunchImage.launchimage/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/LaunchImage.launchimage/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/LaunchImage.launchimage/LaunchImage-700-568h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/LaunchImage.launchimage/LaunchImage-700-568h@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/LaunchImage.launchimage/LaunchImage-800-667h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/LaunchImage.launchimage/LaunchImage-800-667h@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Refresh/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Refresh/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_001.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_001.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0010.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0010.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0011.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0011.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0012.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0012.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0013.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0013.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0014.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0014.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0015.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0015.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0016.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0016.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0017.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0017.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0018.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0018.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0019.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0019.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_002.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_002.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0020.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0020.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0021.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0021.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0022.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0022.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0023.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0023.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0024.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0024.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0025.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0025.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0026.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0026.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0027.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0027.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0028.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0028.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0029.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_0029.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_003.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_003.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_004.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_004.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_005.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_005.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_006.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_006.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_007.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_007.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_008.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_008.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_009.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/Refresh/refresh_fly_009.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/lever/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/lever/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/lever/good5_30x30_.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/lever/good5_30x30_.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/lever/good5_30x30_.imageset/good5_30x30_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/lever/good5_30x30_.imageset/good5_30x30_@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/lever/good5_30x30_.imageset/good5_30x30_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/lever/good5_30x30_.imageset/good5_30x30_@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/lever/good6_30x30_.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/lever/good6_30x30_.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/lever/good6_30x30_.imageset/good6_30x30_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/lever/good6_30x30_.imageset/good6_30x30_@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/lever/good6_30x30_.imageset/good6_30x30_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/lever/good6_30x30_.imageset/good6_30x30_@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/lever/good7_30x30_.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/lever/good7_30x30_.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/lever/good7_30x30_.imageset/good7_30x30_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/lever/good7_30x30_.imageset/good7_30x30_@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/lever/good7_30x30_.imageset/good7_30x30_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/lever/good7_30x30_.imageset/good7_30x30_@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/lever/good8_30x30_.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/lever/good8_30x30_.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/lever/good8_30x30_.imageset/good8_30x30_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/lever/good8_30x30_.imageset/good8_30x30_@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/lever/good8_30x30_.imageset/good8_30x30_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/lever/good8_30x30_.imageset/good8_30x30_@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/lever/good9_30x30_.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/lever/good9_30x30_.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/lever/good9_30x30_.imageset/good9_30x30_@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/lever/good9_30x30_.imageset/good9_30x30_@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/lever/good9_30x30_.imageset/good9_30x30_@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/lever/good9_30x30_.imageset/good9_30x30_@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/login/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/login/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/login/login_bg_cloud_1.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/login/login_bg_cloud_1.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/login/login_bg_cloud_2.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/login/login_bg_cloud_2.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/login/login_bg_wallpaper.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/login/login_bg_wallpaper.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/login/login_ico_mobile.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/login/login_ico_mobile.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/login/login_ico_qq.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/login/login_ico_qq.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/login/login_ico_qq.imageset/login_ico_qq@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/login/login_ico_qq.imageset/login_ico_qq@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/login/login_ico_qq.imageset/login_ico_qq@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/login/login_ico_qq.imageset/login_ico_qq@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/login/login_ico_wechat.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/login/login_ico_wechat.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/login/login_ico_weibo.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/login/login_ico_weibo.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/login/login_tree.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/login/login_tree.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/login/login_tree.imageset/login_tree@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/login/login_tree.imageset/login_tree@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/login/login_tree.imageset/login_tree@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/login/login_tree.imageset/login_tree@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/main/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/main/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/main/NavBack.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/main/NavBack.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/main/NavBack.imageset/NavBack@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/main/NavBack.imageset/NavBack@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/main/default_head.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/main/default_head.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/main/default_head.imageset/default_head@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/main/default_head.imageset/default_head@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/main/default_head.imageset/default_head@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/main/default_head.imageset/default_head@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/main/default_room.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/main/default_room.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/main/default_room.imageset/default_room.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/main/default_room.imageset/default_room.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/main/ive_tag_live.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/main/ive_tag_live.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/main/ive_tag_live.imageset/ive_tag_live@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/main/ive_tag_live.imageset/ive_tag_live@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/main/live_area_icn_male_prd.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/main/live_area_icn_male_prd.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/main/me_myaccount_reddiamond.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/main/me_myaccount_reddiamond.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/main/me_new_bg_live.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/main/me_new_bg_live.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/main/me_new_bg_live.imageset/me_new_bg_live@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/main/me_new_bg_live.imageset/me_new_bg_live@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/main/me_new_bg_live.imageset/me_new_bg_live@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/main/me_new_bg_live.imageset/me_new_bg_live@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/main/me_new_btn_rt.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/main/me_new_btn_rt.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/main/me_new_btn_rt.imageset/me_new_btn_rt@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/main/me_new_btn_rt.imageset/me_new_btn_rt@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/main/me_new_btn_rt.imageset/me_new_btn_rt@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/main/me_new_btn_rt.imageset/me_new_btn_rt@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/main/me_new_dengji.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/main/me_new_dengji.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/main/me_new_dengji.imageset/me_new_dengji@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/main/me_new_dengji.imageset/me_new_dengji@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/main/me_new_dengji.imageset/me_new_dengji@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/main/me_new_dengji.imageset/me_new_dengji@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/main/me_new_icon_live.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/main/me_new_icon_live.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/main/me_new_shouyi.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/main/me_new_shouyi.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/main/me_new_shouyi.imageset/me_new_shouyi@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/main/me_new_shouyi.imageset/me_new_shouyi@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/main/me_new_shouyi.imageset/me_new_shouyi@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/main/me_new_shouyi.imageset/me_new_shouyi@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/main/me_new_zhanghao.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/main/me_new_zhanghao.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/main/room_button.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/main/room_button.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/main/room_button.imageset/room_button@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/main/room_button.imageset/room_button@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/main/room_button.imageset/room_button@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/main/room_button.imageset/room_button@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/main/welcome_1.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/main/welcome_1.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/main/welcome_1.imageset/welcome_1@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/main/welcome_1.imageset/welcome_1@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/main/welcome_2.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/main/welcome_2.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/main/welcome_2.imageset/welcome_2@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/main/welcome_2.imageset/welcome_2@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/nav/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/nav/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/nav/global_tittle.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/nav/global_tittle.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/nav/global_tittle.imageset/global_tittle@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/nav/global_tittle.imageset/global_tittle@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/nav/global_tittle.imageset/global_tittle@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/nav/global_tittle.imageset/global_tittle@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/nav/title_button_back.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/nav/title_button_back.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/nav/title_button_close.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/nav/title_button_close.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/nav/title_button_more.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/nav/title_button_more.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/nav/title_button_rich_mask.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/nav/title_button_rich_mask.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/nav/title_button_search.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/nav/title_button_search.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/nav/title_search_del_s.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/nav/title_search_del_s.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/nav/title_share.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/nav/title_share.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/nav/title_share.imageset/title_share@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/nav/title_share.imageset/title_share@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/nav/title_share.imageset/title_share@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/nav/title_share.imageset/title_share@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/tableBar/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/tableBar/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/tableBar/global_searchbox_bg.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/tableBar/global_searchbox_bg.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/tableBar/tab_launch.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/tableBar/tab_launch.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/tableBar/tab_launch.imageset/tab_launch@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/tableBar/tab_launch.imageset/tab_launch@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/tableBar/tab_launch.imageset/tab_launch@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/tableBar/tab_launch.imageset/tab_launch@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/tableBar/tab_live.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/tableBar/tab_live.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/tableBar/tab_live.imageset/tab_live@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/tableBar/tab_live.imageset/tab_live@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/tableBar/tab_live.imageset/tab_live@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/tableBar/tab_live.imageset/tab_live@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/tableBar/tab_live_p.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/tableBar/tab_live_p.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/tableBar/tab_live_p.imageset/tab_live_p@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/tableBar/tab_live_p.imageset/tab_live_p@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/tableBar/tab_live_p.imageset/tab_live_p@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/tableBar/tab_live_p.imageset/tab_live_p@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/tableBar/tab_me.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/tableBar/tab_me.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/tableBar/tab_me.imageset/tab_me@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/tableBar/tab_me.imageset/tab_me@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/tableBar/tab_me.imageset/tab_me@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/tableBar/tab_me.imageset/tab_me@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/tableBar/tab_me_p.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/tableBar/tab_me_p.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/tableBar/tab_me_p.imageset/tab_me_p@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/tableBar/tab_me_p.imageset/tab_me_p@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/tableBar/tab_me_p.imageset/tab_me_p@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/tableBar/tab_me_p.imageset/tab_me_p@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/tableBar/tabbar_bg.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/tableBar/tabbar_bg.imageset/Contents.json -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/tableBar/tabbar_bg.imageset/tabbar_bg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/tableBar/tabbar_bg.imageset/tabbar_bg@2x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Assets.xcassets/tableBar/tabbar_bg.imageset/tabbar_bg@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Assets.xcassets/tableBar/tabbar_bg.imageset/tabbar_bg@3x.png -------------------------------------------------------------------------------- /NDYingKe_swift4/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /NDYingKe_swift4/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/.DS_Store -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/Category_swift/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/Category_swift/.DS_Store -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/Category_swift/NSString+category.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/Category_swift/NSString+category.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/Category_swift/UIBarButtonItem+category.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/Category_swift/UIBarButtonItem+category.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/Category_swift/UIColor+category.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/Category_swift/UIColor+category.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/Category_swift/UIImage+NDImage.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/Category_swift/UIImage+NDImage.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/Category_swift/UIImageView+NDExtension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/Category_swift/UIImageView+NDExtension.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/Category_swift/UILabelPadding.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/Category_swift/UILabelPadding.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/Category_swift/UIView+category.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/Category_swift/UIView+category.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/Category_swift/ViewController+category.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/Category_swift/ViewController+category.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/HomePage/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/HomePage/.DS_Store -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/HomePage/Model/NDLiveData.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/HomePage/Model/NDLiveData.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/HomePage/Model/NDNavigationItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/HomePage/Model/NDNavigationItem.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/HomePage/Model/NDNearbyModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/HomePage/Model/NDNearbyModel.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/HomePage/NDAttentionViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/HomePage/NDAttentionViewController.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/HomePage/NDHomePageViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/HomePage/NDHomePageViewController.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/HomePage/NDHotViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/HomePage/NDHotViewController.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/HomePage/NDNearByViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/HomePage/NDNearByViewController.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/HomePage/NDTalentViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/HomePage/NDTalentViewController.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/HomePage/NDWebViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/HomePage/NDWebViewController.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/HomePage/View/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/HomePage/View/.DS_Store -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/HomePage/View/NDCollectionView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/HomePage/View/NDCollectionView.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/HomePage/View/NDHotTableCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/HomePage/View/NDHotTableCell.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/HomePage/View/NDHotTableCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/HomePage/View/NDHotTableCell.xib -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/HomePage/View/NDHotTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/HomePage/View/NDHotTableViewCell.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/HomePage/View/NDNearbyCollectionViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/HomePage/View/NDNearbyCollectionViewCell.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/HomePage/View/NDNearbyCollectionViewCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/HomePage/View/NDNearbyCollectionViewCell.xib -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/HomePage/View/Source/LPBannerCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/HomePage/View/Source/LPBannerCell.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/HomePage/View/Source/LPBannerView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/HomePage/View/Source/LPBannerView.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/Living/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/Living/.DS_Store -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/Living/Model/NDTopUsers.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/Living/Model/NDTopUsers.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/Living/NDHotLiveingController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/Living/NDHotLiveingController.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/Living/View/NDHotCellHeaderView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/Living/View/NDHotCellHeaderView.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/Living/View/NDHotCellHeaderView.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/Living/View/NDHotCellHeaderView.xib -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/Living/View/NDHotCollectionCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/Living/View/NDHotCollectionCell.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/Living/View/NDLiveRoomFlowLayout.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/Living/View/NDLiveRoomFlowLayout.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/Living/View/NDLivingBottomView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/Living/View/NDLivingBottomView.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/Living/View/NDLivingBottomView.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/Living/View/NDLivingBottomView.xib -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/Login/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/Login/.DS_Store -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/Login/Model/NDLoginDataModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/Login/Model/NDLoginDataModel.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/Login/NDAdvertiseView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/Login/NDAdvertiseView.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/Login/NDLoginViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/Login/NDLoginViewController.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/Login/NDLoginViewController.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/Login/NDLoginViewController.xib -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/MainView/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/MainView/.DS_Store -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/MainView/MainController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/MainView/MainController.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/MainView/NDNavigationController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/MainView/NDNavigationController.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/Mine/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/Mine/.DS_Store -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/Mine/NDMineViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/Mine/NDMineViewController.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/Other/GlobalFile.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/Other/GlobalFile.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/Tools/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/Tools/.DS_Store -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/Tools/NDConnectionManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/Tools/NDConnectionManager.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/Tools/NDConst.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/Tools/NDConst.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/Tools/NDFPSLabel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/Tools/NDFPSLabel.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/Tools/NDRefreshGifHeader.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/Tools/NDRefreshGifHeader.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/Tools/NDTools.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/Tools/NDTools.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/Tools/NDUserDefauls.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/Tools/NDUserDefauls.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/Tools/NDYingKe_swift4-Bridging-Header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/Tools/NDYingKe_swift4-Bridging-Header.h -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/UI/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/UI/.DS_Store -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/UI/NavCustom/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/UI/NavCustom/.DS_Store -------------------------------------------------------------------------------- /NDYingKe_swift4/Class/UI/NavCustom/NDSegmemeItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Class/UI/NavCustom/NDSegmemeItem.swift -------------------------------------------------------------------------------- /NDYingKe_swift4/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/Info.plist -------------------------------------------------------------------------------- /NDYingKe_swift4/NHFX_GIF.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4/NHFX_GIF.gif -------------------------------------------------------------------------------- /NDYingKe_swift4Tests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4Tests/Info.plist -------------------------------------------------------------------------------- /NDYingKe_swift4Tests/NDYingKe_swift4Tests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4Tests/NDYingKe_swift4Tests.swift -------------------------------------------------------------------------------- /NDYingKe_swift4UITests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4UITests/Info.plist -------------------------------------------------------------------------------- /NDYingKe_swift4UITests/NDYingKe_swift4UITests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/NDYingKe_swift4UITests/NDYingKe_swift4UITests.swift -------------------------------------------------------------------------------- /Podfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Podfile -------------------------------------------------------------------------------- /Podfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Podfile.lock -------------------------------------------------------------------------------- /Pods/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/.DS_Store -------------------------------------------------------------------------------- /Pods/Alamofire/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Alamofire/LICENSE -------------------------------------------------------------------------------- /Pods/Alamofire/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Alamofire/README.md -------------------------------------------------------------------------------- /Pods/Alamofire/Source/AFError.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Alamofire/Source/AFError.swift -------------------------------------------------------------------------------- /Pods/Alamofire/Source/Alamofire.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Alamofire/Source/Alamofire.swift -------------------------------------------------------------------------------- /Pods/Alamofire/Source/DispatchQueue+Alamofire.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Alamofire/Source/DispatchQueue+Alamofire.swift -------------------------------------------------------------------------------- /Pods/Alamofire/Source/MultipartFormData.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Alamofire/Source/MultipartFormData.swift -------------------------------------------------------------------------------- /Pods/Alamofire/Source/NetworkReachabilityManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Alamofire/Source/NetworkReachabilityManager.swift -------------------------------------------------------------------------------- /Pods/Alamofire/Source/Notifications.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Alamofire/Source/Notifications.swift -------------------------------------------------------------------------------- /Pods/Alamofire/Source/ParameterEncoding.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Alamofire/Source/ParameterEncoding.swift -------------------------------------------------------------------------------- /Pods/Alamofire/Source/Request.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Alamofire/Source/Request.swift -------------------------------------------------------------------------------- /Pods/Alamofire/Source/Response.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Alamofire/Source/Response.swift -------------------------------------------------------------------------------- /Pods/Alamofire/Source/ResponseSerialization.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Alamofire/Source/ResponseSerialization.swift -------------------------------------------------------------------------------- /Pods/Alamofire/Source/Result.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Alamofire/Source/Result.swift -------------------------------------------------------------------------------- /Pods/Alamofire/Source/ServerTrustPolicy.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Alamofire/Source/ServerTrustPolicy.swift -------------------------------------------------------------------------------- /Pods/Alamofire/Source/SessionDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Alamofire/Source/SessionDelegate.swift -------------------------------------------------------------------------------- /Pods/Alamofire/Source/SessionManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Alamofire/Source/SessionManager.swift -------------------------------------------------------------------------------- /Pods/Alamofire/Source/TaskDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Alamofire/Source/TaskDelegate.swift -------------------------------------------------------------------------------- /Pods/Alamofire/Source/Timeline.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Alamofire/Source/Timeline.swift -------------------------------------------------------------------------------- /Pods/Alamofire/Source/Validation.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Alamofire/Source/Validation.swift -------------------------------------------------------------------------------- /Pods/MJRefresh/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/LICENSE -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/Base/MJRefreshAutoFooter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/Base/MJRefreshAutoFooter.h -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/Base/MJRefreshAutoFooter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/Base/MJRefreshAutoFooter.m -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/Base/MJRefreshBackFooter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/Base/MJRefreshBackFooter.h -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/Base/MJRefreshBackFooter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/Base/MJRefreshBackFooter.m -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/Base/MJRefreshComponent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/Base/MJRefreshComponent.h -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/Base/MJRefreshComponent.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/Base/MJRefreshComponent.m -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/Base/MJRefreshFooter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/Base/MJRefreshFooter.h -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/Base/MJRefreshFooter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/Base/MJRefreshFooter.m -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/Base/MJRefreshHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/Base/MJRefreshHeader.h -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/Base/MJRefreshHeader.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/Base/MJRefreshHeader.m -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/Custom/Header/MJRefreshGifHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/Custom/Header/MJRefreshGifHeader.h -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/Custom/Header/MJRefreshGifHeader.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/Custom/Header/MJRefreshGifHeader.m -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/Custom/Header/MJRefreshNormalHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/Custom/Header/MJRefreshNormalHeader.h -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/Custom/Header/MJRefreshNormalHeader.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/Custom/Header/MJRefreshNormalHeader.m -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/Custom/Header/MJRefreshStateHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/Custom/Header/MJRefreshStateHeader.h -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/Custom/Header/MJRefreshStateHeader.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/Custom/Header/MJRefreshStateHeader.m -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/MJRefresh.bundle/arrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/MJRefresh.bundle/arrow@2x.png -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/MJRefresh.bundle/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/MJRefresh.bundle/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/MJRefresh.bundle/zh-Hans.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/MJRefresh.bundle/zh-Hans.lproj/Localizable.strings -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/MJRefresh.bundle/zh-Hant.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/MJRefresh.bundle/zh-Hant.lproj/Localizable.strings -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/MJRefresh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/MJRefresh.h -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/MJRefreshConst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/MJRefreshConst.h -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/MJRefreshConst.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/MJRefreshConst.m -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/NSBundle+MJRefresh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/NSBundle+MJRefresh.h -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/NSBundle+MJRefresh.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/NSBundle+MJRefresh.m -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/UIScrollView+MJExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/UIScrollView+MJExtension.h -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/UIScrollView+MJExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/UIScrollView+MJExtension.m -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/UIScrollView+MJRefresh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/UIScrollView+MJRefresh.h -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/UIScrollView+MJRefresh.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/UIScrollView+MJRefresh.m -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/UIView+MJExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/UIView+MJExtension.h -------------------------------------------------------------------------------- /Pods/MJRefresh/MJRefresh/UIView+MJExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/MJRefresh/UIView+MJExtension.m -------------------------------------------------------------------------------- /Pods/MJRefresh/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/MJRefresh/README.md -------------------------------------------------------------------------------- /Pods/Manifest.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Manifest.lock -------------------------------------------------------------------------------- /Pods/Pods.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Pods.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Pods/Pods.xcodeproj/xcuserdata/ljq.xcuserdatad/xcschemes/Alamofire.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Pods.xcodeproj/xcuserdata/ljq.xcuserdatad/xcschemes/Alamofire.xcscheme -------------------------------------------------------------------------------- /Pods/Pods.xcodeproj/xcuserdata/ljq.xcuserdatad/xcschemes/MJRefresh.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Pods.xcodeproj/xcuserdata/ljq.xcuserdatad/xcschemes/MJRefresh.xcscheme -------------------------------------------------------------------------------- /Pods/Pods.xcodeproj/xcuserdata/ljq.xcuserdatad/xcschemes/SDWebImage.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Pods.xcodeproj/xcuserdata/ljq.xcuserdatad/xcschemes/SDWebImage.xcscheme -------------------------------------------------------------------------------- /Pods/Pods.xcodeproj/xcuserdata/ljq.xcuserdatad/xcschemes/SnapKit.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Pods.xcodeproj/xcuserdata/ljq.xcuserdatad/xcschemes/SnapKit.xcscheme -------------------------------------------------------------------------------- /Pods/Pods.xcodeproj/xcuserdata/ljq.xcuserdatad/xcschemes/YYKit.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Pods.xcodeproj/xcuserdata/ljq.xcuserdatad/xcschemes/YYKit.xcscheme -------------------------------------------------------------------------------- /Pods/Pods.xcodeproj/xcuserdata/ljq.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Pods.xcodeproj/xcuserdata/ljq.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /Pods/SDWebImage/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/LICENSE -------------------------------------------------------------------------------- /Pods/SDWebImage/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/README.md -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/NSData+ImageContentType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/SDWebImage/NSData+ImageContentType.h -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/NSData+ImageContentType.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/SDWebImage/NSData+ImageContentType.m -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/NSImage+WebCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/SDWebImage/NSImage+WebCache.h -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/NSImage+WebCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/SDWebImage/NSImage+WebCache.m -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/SDImageCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/SDWebImage/SDImageCache.h -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/SDImageCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/SDWebImage/SDImageCache.m -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/SDImageCacheConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/SDWebImage/SDImageCacheConfig.h -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/SDImageCacheConfig.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/SDWebImage/SDImageCacheConfig.m -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/SDWebImageCompat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/SDWebImage/SDWebImageCompat.h -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/SDWebImageCompat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/SDWebImage/SDWebImageCompat.m -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/SDWebImageDecoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/SDWebImage/SDWebImageDecoder.h -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/SDWebImageDecoder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/SDWebImage/SDWebImageDecoder.m -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/SDWebImageDownloader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/SDWebImage/SDWebImageDownloader.h -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/SDWebImageDownloader.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/SDWebImage/SDWebImageDownloader.m -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.h -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/SDWebImage/SDWebImageDownloaderOperation.m -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/SDWebImageManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/SDWebImage/SDWebImageManager.h -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/SDWebImageManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/SDWebImage/SDWebImageManager.m -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/SDWebImageOperation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/SDWebImage/SDWebImageOperation.h -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/SDWebImagePrefetcher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/SDWebImage/SDWebImagePrefetcher.h -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/SDWebImagePrefetcher.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/SDWebImage/SDWebImagePrefetcher.m -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/UIButton+WebCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/SDWebImage/UIButton+WebCache.h -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/UIButton+WebCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/SDWebImage/UIButton+WebCache.m -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/UIImage+GIF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/SDWebImage/UIImage+GIF.h -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/UIImage+GIF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/SDWebImage/UIImage+GIF.m -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/UIImage+MultiFormat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/SDWebImage/UIImage+MultiFormat.h -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/UIImage+MultiFormat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/SDWebImage/UIImage+MultiFormat.m -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.h -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/SDWebImage/UIImageView+HighlightedWebCache.m -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/UIImageView+WebCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/SDWebImage/UIImageView+WebCache.h -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/UIImageView+WebCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/SDWebImage/UIImageView+WebCache.m -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/UIView+WebCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/SDWebImage/UIView+WebCache.h -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/UIView+WebCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/SDWebImage/UIView+WebCache.m -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/UIView+WebCacheOperation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/SDWebImage/UIView+WebCacheOperation.h -------------------------------------------------------------------------------- /Pods/SDWebImage/SDWebImage/UIView+WebCacheOperation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SDWebImage/SDWebImage/UIView+WebCacheOperation.m -------------------------------------------------------------------------------- /Pods/SnapKit/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SnapKit/LICENSE -------------------------------------------------------------------------------- /Pods/SnapKit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SnapKit/README.md -------------------------------------------------------------------------------- /Pods/SnapKit/Source/Constraint.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SnapKit/Source/Constraint.swift -------------------------------------------------------------------------------- /Pods/SnapKit/Source/ConstraintAttributes.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SnapKit/Source/ConstraintAttributes.swift -------------------------------------------------------------------------------- /Pods/SnapKit/Source/ConstraintConfig.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SnapKit/Source/ConstraintConfig.swift -------------------------------------------------------------------------------- /Pods/SnapKit/Source/ConstraintConstantTarget.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SnapKit/Source/ConstraintConstantTarget.swift -------------------------------------------------------------------------------- /Pods/SnapKit/Source/ConstraintDSL.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SnapKit/Source/ConstraintDSL.swift -------------------------------------------------------------------------------- /Pods/SnapKit/Source/ConstraintDescription.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SnapKit/Source/ConstraintDescription.swift -------------------------------------------------------------------------------- /Pods/SnapKit/Source/ConstraintInsetTarget.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SnapKit/Source/ConstraintInsetTarget.swift -------------------------------------------------------------------------------- /Pods/SnapKit/Source/ConstraintInsets.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SnapKit/Source/ConstraintInsets.swift -------------------------------------------------------------------------------- /Pods/SnapKit/Source/ConstraintItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SnapKit/Source/ConstraintItem.swift -------------------------------------------------------------------------------- /Pods/SnapKit/Source/ConstraintLayoutGuide+Extensions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SnapKit/Source/ConstraintLayoutGuide+Extensions.swift -------------------------------------------------------------------------------- /Pods/SnapKit/Source/ConstraintLayoutGuide.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SnapKit/Source/ConstraintLayoutGuide.swift -------------------------------------------------------------------------------- /Pods/SnapKit/Source/ConstraintLayoutGuideDSL.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SnapKit/Source/ConstraintLayoutGuideDSL.swift -------------------------------------------------------------------------------- /Pods/SnapKit/Source/ConstraintLayoutSupport.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SnapKit/Source/ConstraintLayoutSupport.swift -------------------------------------------------------------------------------- /Pods/SnapKit/Source/ConstraintLayoutSupportDSL.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SnapKit/Source/ConstraintLayoutSupportDSL.swift -------------------------------------------------------------------------------- /Pods/SnapKit/Source/ConstraintMaker.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SnapKit/Source/ConstraintMaker.swift -------------------------------------------------------------------------------- /Pods/SnapKit/Source/ConstraintMakerEditable.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SnapKit/Source/ConstraintMakerEditable.swift -------------------------------------------------------------------------------- /Pods/SnapKit/Source/ConstraintMakerExtendable.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SnapKit/Source/ConstraintMakerExtendable.swift -------------------------------------------------------------------------------- /Pods/SnapKit/Source/ConstraintMakerFinalizable.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SnapKit/Source/ConstraintMakerFinalizable.swift -------------------------------------------------------------------------------- /Pods/SnapKit/Source/ConstraintMakerPriortizable.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SnapKit/Source/ConstraintMakerPriortizable.swift -------------------------------------------------------------------------------- /Pods/SnapKit/Source/ConstraintMakerRelatable.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SnapKit/Source/ConstraintMakerRelatable.swift -------------------------------------------------------------------------------- /Pods/SnapKit/Source/ConstraintMultiplierTarget.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SnapKit/Source/ConstraintMultiplierTarget.swift -------------------------------------------------------------------------------- /Pods/SnapKit/Source/ConstraintOffsetTarget.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SnapKit/Source/ConstraintOffsetTarget.swift -------------------------------------------------------------------------------- /Pods/SnapKit/Source/ConstraintPriority.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SnapKit/Source/ConstraintPriority.swift -------------------------------------------------------------------------------- /Pods/SnapKit/Source/ConstraintPriorityTarget.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SnapKit/Source/ConstraintPriorityTarget.swift -------------------------------------------------------------------------------- /Pods/SnapKit/Source/ConstraintRelatableTarget.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SnapKit/Source/ConstraintRelatableTarget.swift -------------------------------------------------------------------------------- /Pods/SnapKit/Source/ConstraintRelation.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SnapKit/Source/ConstraintRelation.swift -------------------------------------------------------------------------------- /Pods/SnapKit/Source/ConstraintView+Extensions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SnapKit/Source/ConstraintView+Extensions.swift -------------------------------------------------------------------------------- /Pods/SnapKit/Source/ConstraintView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SnapKit/Source/ConstraintView.swift -------------------------------------------------------------------------------- /Pods/SnapKit/Source/ConstraintViewDSL.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SnapKit/Source/ConstraintViewDSL.swift -------------------------------------------------------------------------------- /Pods/SnapKit/Source/Debugging.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SnapKit/Source/Debugging.swift -------------------------------------------------------------------------------- /Pods/SnapKit/Source/LayoutConstraint.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SnapKit/Source/LayoutConstraint.swift -------------------------------------------------------------------------------- /Pods/SnapKit/Source/LayoutConstraintItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SnapKit/Source/LayoutConstraintItem.swift -------------------------------------------------------------------------------- /Pods/SnapKit/Source/UILayoutSupport+Extensions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/SnapKit/Source/UILayoutSupport+Extensions.swift -------------------------------------------------------------------------------- /Pods/Target Support Files/Alamofire/Alamofire-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/Alamofire/Alamofire-dummy.m -------------------------------------------------------------------------------- /Pods/Target Support Files/Alamofire/Alamofire-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/Alamofire/Alamofire-prefix.pch -------------------------------------------------------------------------------- /Pods/Target Support Files/Alamofire/Alamofire-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/Alamofire/Alamofire-umbrella.h -------------------------------------------------------------------------------- /Pods/Target Support Files/Alamofire/Alamofire.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/Alamofire/Alamofire.modulemap -------------------------------------------------------------------------------- /Pods/Target Support Files/Alamofire/Alamofire.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/Alamofire/Alamofire.xcconfig -------------------------------------------------------------------------------- /Pods/Target Support Files/Alamofire/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/Alamofire/Info.plist -------------------------------------------------------------------------------- /Pods/Target Support Files/MJRefresh/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/MJRefresh/Info.plist -------------------------------------------------------------------------------- /Pods/Target Support Files/MJRefresh/MJRefresh-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/MJRefresh/MJRefresh-dummy.m -------------------------------------------------------------------------------- /Pods/Target Support Files/MJRefresh/MJRefresh-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/MJRefresh/MJRefresh-prefix.pch -------------------------------------------------------------------------------- /Pods/Target Support Files/MJRefresh/MJRefresh-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/MJRefresh/MJRefresh-umbrella.h -------------------------------------------------------------------------------- /Pods/Target Support Files/MJRefresh/MJRefresh.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/MJRefresh/MJRefresh.modulemap -------------------------------------------------------------------------------- /Pods/Target Support Files/MJRefresh/MJRefresh.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/MJRefresh/MJRefresh.xcconfig -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-NDYingKe_swift4/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/Pods-NDYingKe_swift4/Info.plist -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-NDYingKe_swift4/Pods-NDYingKe_swift4-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/Pods-NDYingKe_swift4/Pods-NDYingKe_swift4-dummy.m -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-NDYingKe_swift4/Pods-NDYingKe_swift4-frameworks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/Pods-NDYingKe_swift4/Pods-NDYingKe_swift4-frameworks.sh -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-NDYingKe_swift4/Pods-NDYingKe_swift4-resources.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/Pods-NDYingKe_swift4/Pods-NDYingKe_swift4-resources.sh -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-NDYingKe_swift4/Pods-NDYingKe_swift4-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/Pods-NDYingKe_swift4/Pods-NDYingKe_swift4-umbrella.h -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-NDYingKe_swift4/Pods-NDYingKe_swift4.debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/Pods-NDYingKe_swift4/Pods-NDYingKe_swift4.debug.xcconfig -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-NDYingKe_swift4/Pods-NDYingKe_swift4.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/Pods-NDYingKe_swift4/Pods-NDYingKe_swift4.modulemap -------------------------------------------------------------------------------- /Pods/Target Support Files/SDWebImage/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/SDWebImage/Info.plist -------------------------------------------------------------------------------- /Pods/Target Support Files/SDWebImage/SDWebImage-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/SDWebImage/SDWebImage-dummy.m -------------------------------------------------------------------------------- /Pods/Target Support Files/SDWebImage/SDWebImage-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/SDWebImage/SDWebImage-prefix.pch -------------------------------------------------------------------------------- /Pods/Target Support Files/SDWebImage/SDWebImage-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/SDWebImage/SDWebImage-umbrella.h -------------------------------------------------------------------------------- /Pods/Target Support Files/SDWebImage/SDWebImage.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/SDWebImage/SDWebImage.modulemap -------------------------------------------------------------------------------- /Pods/Target Support Files/SDWebImage/SDWebImage.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/SDWebImage/SDWebImage.xcconfig -------------------------------------------------------------------------------- /Pods/Target Support Files/SnapKit/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/SnapKit/Info.plist -------------------------------------------------------------------------------- /Pods/Target Support Files/SnapKit/SnapKit-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/SnapKit/SnapKit-dummy.m -------------------------------------------------------------------------------- /Pods/Target Support Files/SnapKit/SnapKit-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/SnapKit/SnapKit-prefix.pch -------------------------------------------------------------------------------- /Pods/Target Support Files/SnapKit/SnapKit-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/SnapKit/SnapKit-umbrella.h -------------------------------------------------------------------------------- /Pods/Target Support Files/SnapKit/SnapKit.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/SnapKit/SnapKit.modulemap -------------------------------------------------------------------------------- /Pods/Target Support Files/SnapKit/SnapKit.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/SnapKit/SnapKit.xcconfig -------------------------------------------------------------------------------- /Pods/Target Support Files/YYKit/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/YYKit/Info.plist -------------------------------------------------------------------------------- /Pods/Target Support Files/YYKit/YYKit-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/YYKit/YYKit-dummy.m -------------------------------------------------------------------------------- /Pods/Target Support Files/YYKit/YYKit-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/YYKit/YYKit-prefix.pch -------------------------------------------------------------------------------- /Pods/Target Support Files/YYKit/YYKit-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/YYKit/YYKit-umbrella.h -------------------------------------------------------------------------------- /Pods/Target Support Files/YYKit/YYKit.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/YYKit/YYKit.modulemap -------------------------------------------------------------------------------- /Pods/Target Support Files/YYKit/YYKit.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/Target Support Files/YYKit/YYKit.xcconfig -------------------------------------------------------------------------------- /Pods/YYKit/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/LICENSE -------------------------------------------------------------------------------- /Pods/YYKit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/README.md -------------------------------------------------------------------------------- /Pods/YYKit/Vendor/WebP.framework/Headers/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/Vendor/WebP.framework/Headers/config.h -------------------------------------------------------------------------------- /Pods/YYKit/Vendor/WebP.framework/Headers/decode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/Vendor/WebP.framework/Headers/decode.h -------------------------------------------------------------------------------- /Pods/YYKit/Vendor/WebP.framework/Headers/demux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/Vendor/WebP.framework/Headers/demux.h -------------------------------------------------------------------------------- /Pods/YYKit/Vendor/WebP.framework/Headers/encode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/Vendor/WebP.framework/Headers/encode.h -------------------------------------------------------------------------------- /Pods/YYKit/Vendor/WebP.framework/Headers/extras.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/Vendor/WebP.framework/Headers/extras.h -------------------------------------------------------------------------------- /Pods/YYKit/Vendor/WebP.framework/Headers/format_constants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/Vendor/WebP.framework/Headers/format_constants.h -------------------------------------------------------------------------------- /Pods/YYKit/Vendor/WebP.framework/Headers/mux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/Vendor/WebP.framework/Headers/mux.h -------------------------------------------------------------------------------- /Pods/YYKit/Vendor/WebP.framework/Headers/mux_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/Vendor/WebP.framework/Headers/mux_types.h -------------------------------------------------------------------------------- /Pods/YYKit/Vendor/WebP.framework/Headers/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/Vendor/WebP.framework/Headers/types.h -------------------------------------------------------------------------------- /Pods/YYKit/Vendor/WebP.framework/WebP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/Vendor/WebP.framework/WebP -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/Foundation/NSArray+YYAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/Foundation/NSArray+YYAdd.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/Foundation/NSArray+YYAdd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/Foundation/NSArray+YYAdd.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/Foundation/NSBundle+YYAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/Foundation/NSBundle+YYAdd.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/Foundation/NSBundle+YYAdd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/Foundation/NSBundle+YYAdd.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/Foundation/NSData+YYAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/Foundation/NSData+YYAdd.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/Foundation/NSData+YYAdd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/Foundation/NSData+YYAdd.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/Foundation/NSDate+YYAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/Foundation/NSDate+YYAdd.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/Foundation/NSDate+YYAdd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/Foundation/NSDate+YYAdd.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/Foundation/NSDictionary+YYAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/Foundation/NSDictionary+YYAdd.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/Foundation/NSDictionary+YYAdd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/Foundation/NSDictionary+YYAdd.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/Foundation/NSKeyedUnarchiver+YYAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/Foundation/NSKeyedUnarchiver+YYAdd.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/Foundation/NSKeyedUnarchiver+YYAdd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/Foundation/NSKeyedUnarchiver+YYAdd.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/Foundation/NSNotificationCenter+YYAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/Foundation/NSNotificationCenter+YYAdd.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/Foundation/NSNotificationCenter+YYAdd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/Foundation/NSNotificationCenter+YYAdd.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/Foundation/NSNumber+YYAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/Foundation/NSNumber+YYAdd.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/Foundation/NSNumber+YYAdd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/Foundation/NSNumber+YYAdd.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/Foundation/NSObject+YYAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/Foundation/NSObject+YYAdd.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/Foundation/NSObject+YYAdd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/Foundation/NSObject+YYAdd.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/Foundation/NSObject+YYAddForARC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/Foundation/NSObject+YYAddForARC.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/Foundation/NSObject+YYAddForARC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/Foundation/NSObject+YYAddForARC.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/Foundation/NSObject+YYAddForKVO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/Foundation/NSObject+YYAddForKVO.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/Foundation/NSObject+YYAddForKVO.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/Foundation/NSObject+YYAddForKVO.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/Foundation/NSString+YYAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/Foundation/NSString+YYAdd.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/Foundation/NSString+YYAdd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/Foundation/NSString+YYAdd.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/Foundation/NSThread+YYAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/Foundation/NSThread+YYAdd.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/Foundation/NSThread+YYAdd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/Foundation/NSThread+YYAdd.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/Foundation/NSTimer+YYAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/Foundation/NSTimer+YYAdd.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/Foundation/NSTimer+YYAdd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/Foundation/NSTimer+YYAdd.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/Quartz/CALayer+YYAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/Quartz/CALayer+YYAdd.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/Quartz/CALayer+YYAdd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/Quartz/CALayer+YYAdd.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/Quartz/YYCGUtilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/Quartz/YYCGUtilities.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/Quartz/YYCGUtilities.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/Quartz/YYCGUtilities.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/UIKit/UIApplication+YYAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/UIKit/UIApplication+YYAdd.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/UIKit/UIApplication+YYAdd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/UIKit/UIApplication+YYAdd.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/UIKit/UIBarButtonItem+YYAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/UIKit/UIBarButtonItem+YYAdd.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/UIKit/UIBarButtonItem+YYAdd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/UIKit/UIBarButtonItem+YYAdd.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/UIKit/UIBezierPath+YYAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/UIKit/UIBezierPath+YYAdd.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/UIKit/UIBezierPath+YYAdd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/UIKit/UIBezierPath+YYAdd.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/UIKit/UIColor+YYAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/UIKit/UIColor+YYAdd.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/UIKit/UIColor+YYAdd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/UIKit/UIColor+YYAdd.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/UIKit/UIControl+YYAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/UIKit/UIControl+YYAdd.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/UIKit/UIControl+YYAdd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/UIKit/UIControl+YYAdd.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/UIKit/UIDevice+YYAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/UIKit/UIDevice+YYAdd.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/UIKit/UIDevice+YYAdd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/UIKit/UIDevice+YYAdd.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/UIKit/UIFont+YYAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/UIKit/UIFont+YYAdd.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/UIKit/UIFont+YYAdd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/UIKit/UIFont+YYAdd.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/UIKit/UIGestureRecognizer+YYAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/UIKit/UIGestureRecognizer+YYAdd.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/UIKit/UIGestureRecognizer+YYAdd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/UIKit/UIGestureRecognizer+YYAdd.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/UIKit/UIImage+YYAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/UIKit/UIImage+YYAdd.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/UIKit/UIImage+YYAdd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/UIKit/UIImage+YYAdd.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/UIKit/UIScreen+YYAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/UIKit/UIScreen+YYAdd.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/UIKit/UIScreen+YYAdd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/UIKit/UIScreen+YYAdd.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/UIKit/UIScrollView+YYAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/UIKit/UIScrollView+YYAdd.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/UIKit/UIScrollView+YYAdd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/UIKit/UIScrollView+YYAdd.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/UIKit/UITableView+YYAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/UIKit/UITableView+YYAdd.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/UIKit/UITableView+YYAdd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/UIKit/UITableView+YYAdd.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/UIKit/UITextField+YYAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/UIKit/UITextField+YYAdd.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/UIKit/UITextField+YYAdd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/UIKit/UITextField+YYAdd.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/UIKit/UIView+YYAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/UIKit/UIView+YYAdd.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/UIKit/UIView+YYAdd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/UIKit/UIView+YYAdd.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Base/YYKitMacro.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Base/YYKitMacro.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Cache/YYCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Cache/YYCache.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Cache/YYCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Cache/YYCache.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Cache/YYDiskCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Cache/YYDiskCache.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Cache/YYDiskCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Cache/YYDiskCache.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Cache/YYKVStorage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Cache/YYKVStorage.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Cache/YYKVStorage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Cache/YYKVStorage.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Cache/YYMemoryCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Cache/YYMemoryCache.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Cache/YYMemoryCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Cache/YYMemoryCache.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Image/Categories/CALayer+YYWebImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Image/Categories/CALayer+YYWebImage.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Image/Categories/CALayer+YYWebImage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Image/Categories/CALayer+YYWebImage.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Image/Categories/MKAnnotationView+YYWebImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Image/Categories/MKAnnotationView+YYWebImage.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Image/Categories/MKAnnotationView+YYWebImage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Image/Categories/MKAnnotationView+YYWebImage.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Image/Categories/UIButton+YYWebImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Image/Categories/UIButton+YYWebImage.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Image/Categories/UIButton+YYWebImage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Image/Categories/UIButton+YYWebImage.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Image/Categories/UIImageView+YYWebImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Image/Categories/UIImageView+YYWebImage.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Image/Categories/UIImageView+YYWebImage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Image/Categories/UIImageView+YYWebImage.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Image/Categories/_YYWebImageSetter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Image/Categories/_YYWebImageSetter.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Image/Categories/_YYWebImageSetter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Image/Categories/_YYWebImageSetter.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Image/YYAnimatedImageView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Image/YYAnimatedImageView.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Image/YYAnimatedImageView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Image/YYAnimatedImageView.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Image/YYFrameImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Image/YYFrameImage.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Image/YYFrameImage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Image/YYFrameImage.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Image/YYImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Image/YYImage.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Image/YYImage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Image/YYImage.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Image/YYImageCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Image/YYImageCache.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Image/YYImageCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Image/YYImageCache.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Image/YYImageCoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Image/YYImageCoder.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Image/YYImageCoder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Image/YYImageCoder.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Image/YYSpriteSheetImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Image/YYSpriteSheetImage.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Image/YYSpriteSheetImage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Image/YYSpriteSheetImage.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Image/YYWebImageManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Image/YYWebImageManager.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Image/YYWebImageManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Image/YYWebImageManager.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Image/YYWebImageOperation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Image/YYWebImageOperation.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Image/YYWebImageOperation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Image/YYWebImageOperation.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Model/NSObject+YYModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Model/NSObject+YYModel.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Model/NSObject+YYModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Model/NSObject+YYModel.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Model/YYClassInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Model/YYClassInfo.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Model/YYClassInfo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Model/YYClassInfo.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/Component/YYTextContainerView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/Component/YYTextContainerView.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/Component/YYTextContainerView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/Component/YYTextContainerView.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/Component/YYTextDebugOption.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/Component/YYTextDebugOption.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/Component/YYTextDebugOption.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/Component/YYTextDebugOption.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/Component/YYTextEffectWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/Component/YYTextEffectWindow.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/Component/YYTextEffectWindow.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/Component/YYTextEffectWindow.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/Component/YYTextInput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/Component/YYTextInput.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/Component/YYTextInput.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/Component/YYTextInput.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/Component/YYTextKeyboardManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/Component/YYTextKeyboardManager.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/Component/YYTextKeyboardManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/Component/YYTextKeyboardManager.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/Component/YYTextLayout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/Component/YYTextLayout.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/Component/YYTextLayout.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/Component/YYTextLayout.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/Component/YYTextLine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/Component/YYTextLine.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/Component/YYTextLine.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/Component/YYTextLine.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/Component/YYTextMagnifier.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/Component/YYTextMagnifier.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/Component/YYTextMagnifier.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/Component/YYTextMagnifier.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/Component/YYTextSelectionView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/Component/YYTextSelectionView.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/Component/YYTextSelectionView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/Component/YYTextSelectionView.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/String/NSAttributedString+YYText.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/String/NSAttributedString+YYText.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/String/NSAttributedString+YYText.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/String/NSAttributedString+YYText.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/String/NSParagraphStyle+YYText.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/String/NSParagraphStyle+YYText.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/String/NSParagraphStyle+YYText.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/String/NSParagraphStyle+YYText.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/String/UIPasteboard+YYText.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/String/UIPasteboard+YYText.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/String/UIPasteboard+YYText.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/String/UIPasteboard+YYText.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/String/YYTextArchiver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/String/YYTextArchiver.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/String/YYTextArchiver.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/String/YYTextArchiver.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/String/YYTextAttribute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/String/YYTextAttribute.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/String/YYTextAttribute.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/String/YYTextAttribute.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/String/YYTextParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/String/YYTextParser.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/String/YYTextParser.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/String/YYTextParser.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/String/YYTextRubyAnnotation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/String/YYTextRubyAnnotation.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/String/YYTextRubyAnnotation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/String/YYTextRubyAnnotation.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/String/YYTextRunDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/String/YYTextRunDelegate.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/String/YYTextRunDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/String/YYTextRunDelegate.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/String/YYTextUtilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/String/YYTextUtilities.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/String/YYTextUtilities.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/String/YYTextUtilities.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/YYLabel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/YYLabel.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/YYLabel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/YYLabel.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/YYTextView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/YYTextView.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Text/YYTextView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Text/YYTextView.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Utility/YYAsyncLayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Utility/YYAsyncLayer.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Utility/YYAsyncLayer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Utility/YYAsyncLayer.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Utility/YYDispatchQueuePool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Utility/YYDispatchQueuePool.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Utility/YYDispatchQueuePool.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Utility/YYDispatchQueuePool.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Utility/YYFileHash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Utility/YYFileHash.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Utility/YYFileHash.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Utility/YYFileHash.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Utility/YYGestureRecognizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Utility/YYGestureRecognizer.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Utility/YYGestureRecognizer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Utility/YYGestureRecognizer.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Utility/YYKeychain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Utility/YYKeychain.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Utility/YYKeychain.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Utility/YYKeychain.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Utility/YYReachability.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Utility/YYReachability.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Utility/YYReachability.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Utility/YYReachability.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Utility/YYSentinel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Utility/YYSentinel.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Utility/YYSentinel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Utility/YYSentinel.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Utility/YYThreadSafeArray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Utility/YYThreadSafeArray.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Utility/YYThreadSafeArray.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Utility/YYThreadSafeArray.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Utility/YYThreadSafeDictionary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Utility/YYThreadSafeDictionary.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Utility/YYThreadSafeDictionary.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Utility/YYThreadSafeDictionary.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Utility/YYTimer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Utility/YYTimer.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Utility/YYTimer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Utility/YYTimer.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Utility/YYTransaction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Utility/YYTransaction.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Utility/YYTransaction.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Utility/YYTransaction.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Utility/YYWeakProxy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Utility/YYWeakProxy.h -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/Utility/YYWeakProxy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/Utility/YYWeakProxy.m -------------------------------------------------------------------------------- /Pods/YYKit/YYKit/YYKit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/Pods/YYKit/YYKit/YYKit.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/README.md -------------------------------------------------------------------------------- /YingKeUI.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NorthDogLi/swift4.0_NDYKLiving/HEAD/YingKeUI.zip --------------------------------------------------------------------------------