├── .DS_Store ├── MCLeftSilder.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ └── IDEWorkspaceChecks.plist │ └── xcuserdata │ │ ├── a123.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ ├── apple.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ ├── ios.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ └── xiaomage.xcuserdatad │ │ └── UserInterfaceState.xcuserstate └── xcuserdata │ ├── a123.xcuserdatad │ ├── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ │ ├── MCLeftSilder.xcscheme │ │ └── xcschememanagement.plist │ ├── apple.xcuserdatad │ ├── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ │ ├── MCLeftSilder.xcscheme │ │ └── xcschememanagement.plist │ ├── ios.xcuserdatad │ ├── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ │ ├── MCLeftSilder.xcscheme │ │ └── xcschememanagement.plist │ └── xiaomage.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ └── xcschememanagement.plist ├── MCLeftSilder ├── .DS_Store ├── AppDelegate.h ├── AppDelegate.m ├── Assets.xcassets │ ├── 111.imageset │ │ ├── 20140825210626_AtSTT.thumb.700_0.jpeg │ │ └── Contents.json │ ├── 222.imageset │ │ ├── 03087bf40ad162d9b7ceb7b211dfa9ec8a13cd78.jpg │ │ └── Contents.json │ ├── 67.imageset │ │ ├── 67.jpg │ │ └── Contents.json │ ├── AppIcon.appiconset │ │ ├── Contents.json │ │ ├── icon-1024.png │ │ ├── icon-20@2x 1.png │ │ ├── icon-20@2x 2.png │ │ ├── icon-20@2x.png │ │ ├── icon-20@3x.png │ │ ├── icon-29@2x 1.png │ │ ├── icon-29@2x.png │ │ ├── icon-29@3x.png │ │ ├── icon-38@2x.png │ │ ├── icon-40@2x 1.png │ │ ├── icon-40@2x.png │ │ ├── icon-40@3x.png │ │ ├── icon-60@2x.png │ │ ├── icon-60@3x.png │ │ ├── icon-76@2x.png │ │ └── icon-83.5@2x.png │ ├── Contents.json │ ├── LoadingImages │ │ ├── Contents.json │ │ ├── loading_0.imageset │ │ │ ├── Contents.json │ │ │ ├── loading_0@2x.png │ │ │ └── loading_0@3x.png │ │ ├── loading_1.imageset │ │ │ ├── Contents.json │ │ │ ├── loading_1@2x.png │ │ │ └── loading_1@3x.png │ │ ├── loading_2.imageset │ │ │ ├── Contents.json │ │ │ ├── loading_2@2x.png │ │ │ └── loading_2@3x.png │ │ ├── loading_3.imageset │ │ │ ├── Contents.json │ │ │ ├── loading_3@2x.png │ │ │ └── loading_3@3x.png │ │ ├── loading_4.imageset │ │ │ ├── Contents.json │ │ │ ├── loading_4@2x.png │ │ │ └── loading_4@3x.png │ │ ├── loading_5.imageset │ │ │ ├── Contents.json │ │ │ ├── loading_5@2x.png │ │ │ └── loading_5@3x.png │ │ ├── loading_6.imageset │ │ │ ├── Contents.json │ │ │ ├── loading_6@2x.png │ │ │ └── loading_6@3x.png │ │ ├── loading_7.imageset │ │ │ ├── Contents.json │ │ │ ├── loading_7@2x.png │ │ │ └── loading_7@3x.png │ │ └── loading_8.imageset │ │ │ ├── Contents.json │ │ │ ├── loading_8@2x.png │ │ │ └── loading_8@3x.png │ ├── launch-750x1334.imageset │ │ ├── Contents.json │ │ └── launch-750x1334@2x.png │ ├── leftbackiamge.imageset │ │ ├── Contents.json │ │ └── leftbackiamge.png │ ├── menu.imageset │ │ ├── Contents.json │ │ └── menu@2x.png │ ├── newComment.imageset │ │ ├── Contents.json │ │ ├── newComment@2x.png │ │ └── newComment@3x.png │ ├── tab_buddy_nor.imageset │ │ ├── Contents.json │ │ └── tab_buddy_nor@2x.png │ ├── tab_me_nor.imageset │ │ ├── Contents.json │ │ └── tab_me_nor@2x.png │ ├── tab_qworld_nor.imageset │ │ ├── Contents.json │ │ └── tab_qworld_nor@2x.png │ ├── tab_recent_nor.imageset │ │ ├── Contents.json │ │ └── tab_recent_nor@2x.png │ ├── tabbar_compose_background_icon_add.imageset │ │ ├── Contents.json │ │ └── tabbar_compose_background_icon_add@3x.png │ ├── tabbar_compose_button.imageset │ │ ├── Contents.json │ │ ├── tabbar_compose_button@2x.png │ │ └── tabbar_compose_button@3x.png │ ├── tabbar_compose_button_highlighted.imageset │ │ ├── Contents.json │ │ ├── tabbar_compose_button_highlighted@2x.png │ │ └── tabbar_compose_button_highlighted@3x.png │ ├── tabbar_compose_icon_add_highlighted-1.imageset │ │ ├── Contents.json │ │ └── tabbar_compose_icon_add_highlighted@3x.png │ └── tabbar_compose_icon_add_highlighted.imageset │ │ ├── Contents.json │ │ └── tabbar_compose_icon_add_highlighted@2x.png ├── Base.lproj │ └── LaunchScreen.storyboard ├── BridgeLoop-640p.mp4 ├── Category │ ├── UIControl+Helper.h │ ├── UIControl+Helper.m │ ├── UICountingLabel.h │ └── UICountingLabel.m ├── Classes │ ├── .DS_Store │ ├── MCAdvert │ │ ├── MCAdvertManager.h │ │ ├── MCAdvertManager.m │ │ ├── MCAdvertVC.h │ │ ├── MCAdvertVC.m │ │ ├── MCAdvertView.h │ │ └── MCAdvertView.m │ ├── MCConmmon │ │ ├── LoadingAnimationView.h │ │ ├── LoadingAnimationView.m │ │ └── Macro.h │ ├── MCFirstPage │ │ ├── .DS_Store │ │ └── Controller │ │ │ ├── MCFirstPageVIewController.h │ │ │ └── MCFirstPageVIewController.m │ ├── MCOther │ │ ├── MCLeftSortsViewController.h │ │ ├── MCLeftSortsViewController.m │ │ ├── MCMainNavgationVC.h │ │ ├── MCMainNavgationVC.m │ │ ├── MCMainTabBar.h │ │ ├── MCMainTabBar.m │ │ ├── MCMainTabBarVC.h │ │ ├── MCMainTabBarVC.m │ │ ├── MCOtherViewController.h │ │ └── MCOtherViewController.m │ └── MCSecondPage │ │ ├── .DS_Store │ │ └── Controller │ │ ├── .DS_Store │ │ ├── MCLoginVC.h │ │ ├── MCLoginVC.m │ │ ├── MCSecondPageViewController.h │ │ └── MCSecondPageViewController.m ├── DKNightVerson │ ├── Core │ │ ├── DKNightVersionManager.h │ │ ├── DKNightVersionManager.m │ │ ├── NSObject+Night.h │ │ └── NSObject+Night.m │ ├── DKNightVersion.h │ ├── Helper │ │ ├── UINavigationBar+Animation.h │ │ └── UINavigationBar+Animation.m │ └── UIKit │ │ ├── UIBarButtonItem │ │ ├── UIBarButtonItem+TintColor.h │ │ └── UIBarButtonItem+TintColor.m │ │ ├── UIButton │ │ ├── UIButton+TitleColor.h │ │ └── UIButton+TitleColor.m │ │ ├── UILabel │ │ ├── UILabel+TextColor.h │ │ └── UILabel+TextColor.m │ │ ├── UINavigationBar │ │ ├── UINavigationBar+BarTintColor.h │ │ ├── UINavigationBar+BarTintColor.m │ │ ├── UINavigationBar+TintColor.h │ │ └── UINavigationBar+TintColor.m │ │ ├── UITabBar │ │ ├── UITabBar+BarTintColor.h │ │ └── UITabBar+BarTintColor.m │ │ ├── UITableView │ │ ├── UITableView+SeparatorColor.h │ │ └── UITableView+SeparatorColor.m │ │ └── UIView │ │ ├── UIView+BackgroundColor.h │ │ └── UIView+BackgroundColor.m ├── Info.plist ├── LeftSlideViewController │ ├── MCContent.h │ ├── MCContent.m │ ├── MCLeftSlideViewController.h │ ├── MCLeftSlideViewController.m │ ├── MCLeftSliderManager.h │ ├── MCLeftSliderManager.m │ ├── UIView_extra.h │ └── UIView_extra.m ├── MCLeftSilder.xcdatamodeld │ ├── .xccurrentversion │ └── MCLeftSilder.xcdatamodel │ │ └── contents ├── MCPrefixHeader.pch ├── STLBGVideo │ ├── C415F3F13BBD50B1-info.plist │ ├── STLVideoFunctions.h │ ├── STLVideoFunctions.m │ ├── STLVideoViewController.h │ └── STLVideoViewController.m ├── main.m ├── thirdLib │ ├── TipsManager.h │ └── TipsManager.m └── ~$PrefixHeader.pch ├── MCLeftSilderTests ├── Info.plist └── MCLeftSilderTests.m ├── MCLeftSilderUITests ├── Info.plist └── MCLeftSilderUITests.m ├── README.md └── aaa.gif /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/.DS_Store -------------------------------------------------------------------------------- /MCLeftSilder.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /MCLeftSilder.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /MCLeftSilder.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /MCLeftSilder.xcodeproj/project.xcworkspace/xcuserdata/a123.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder.xcodeproj/project.xcworkspace/xcuserdata/a123.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /MCLeftSilder.xcodeproj/project.xcworkspace/xcuserdata/apple.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder.xcodeproj/project.xcworkspace/xcuserdata/apple.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /MCLeftSilder.xcodeproj/project.xcworkspace/xcuserdata/ios.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder.xcodeproj/project.xcworkspace/xcuserdata/ios.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /MCLeftSilder.xcodeproj/project.xcworkspace/xcuserdata/xiaomage.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder.xcodeproj/project.xcworkspace/xcuserdata/xiaomage.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /MCLeftSilder.xcodeproj/xcuserdata/a123.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder.xcodeproj/xcuserdata/a123.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /MCLeftSilder.xcodeproj/xcuserdata/a123.xcuserdatad/xcschemes/MCLeftSilder.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder.xcodeproj/xcuserdata/a123.xcuserdatad/xcschemes/MCLeftSilder.xcscheme -------------------------------------------------------------------------------- /MCLeftSilder.xcodeproj/xcuserdata/a123.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder.xcodeproj/xcuserdata/a123.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /MCLeftSilder.xcodeproj/xcuserdata/apple.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder.xcodeproj/xcuserdata/apple.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /MCLeftSilder.xcodeproj/xcuserdata/apple.xcuserdatad/xcschemes/MCLeftSilder.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder.xcodeproj/xcuserdata/apple.xcuserdatad/xcschemes/MCLeftSilder.xcscheme -------------------------------------------------------------------------------- /MCLeftSilder.xcodeproj/xcuserdata/apple.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder.xcodeproj/xcuserdata/apple.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /MCLeftSilder.xcodeproj/xcuserdata/ios.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder.xcodeproj/xcuserdata/ios.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /MCLeftSilder.xcodeproj/xcuserdata/ios.xcuserdatad/xcschemes/MCLeftSilder.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder.xcodeproj/xcuserdata/ios.xcuserdatad/xcschemes/MCLeftSilder.xcscheme -------------------------------------------------------------------------------- /MCLeftSilder.xcodeproj/xcuserdata/ios.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder.xcodeproj/xcuserdata/ios.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /MCLeftSilder.xcodeproj/xcuserdata/xiaomage.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder.xcodeproj/xcuserdata/xiaomage.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /MCLeftSilder.xcodeproj/xcuserdata/xiaomage.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder.xcodeproj/xcuserdata/xiaomage.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /MCLeftSilder/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/.DS_Store -------------------------------------------------------------------------------- /MCLeftSilder/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/AppDelegate.h -------------------------------------------------------------------------------- /MCLeftSilder/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/AppDelegate.m -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/111.imageset/20140825210626_AtSTT.thumb.700_0.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/111.imageset/20140825210626_AtSTT.thumb.700_0.jpeg -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/111.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/111.imageset/Contents.json -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/222.imageset/03087bf40ad162d9b7ceb7b211dfa9ec8a13cd78.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/222.imageset/03087bf40ad162d9b7ceb7b211dfa9ec8a13cd78.jpg -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/222.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/222.imageset/Contents.json -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/67.imageset/67.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/67.imageset/67.jpg -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/67.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/67.imageset/Contents.json -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/AppIcon.appiconset/icon-1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/AppIcon.appiconset/icon-1024.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/AppIcon.appiconset/icon-20@2x 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/AppIcon.appiconset/icon-20@2x 1.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/AppIcon.appiconset/icon-20@2x 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/AppIcon.appiconset/icon-20@2x 2.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/AppIcon.appiconset/icon-20@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/AppIcon.appiconset/icon-20@2x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/AppIcon.appiconset/icon-20@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/AppIcon.appiconset/icon-20@3x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/AppIcon.appiconset/icon-29@2x 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/AppIcon.appiconset/icon-29@2x 1.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/AppIcon.appiconset/icon-29@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/AppIcon.appiconset/icon-29@2x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/AppIcon.appiconset/icon-29@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/AppIcon.appiconset/icon-29@3x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/AppIcon.appiconset/icon-38@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/AppIcon.appiconset/icon-38@2x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/AppIcon.appiconset/icon-40@2x 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/AppIcon.appiconset/icon-40@2x 1.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/AppIcon.appiconset/icon-40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/AppIcon.appiconset/icon-40@2x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/AppIcon.appiconset/icon-40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/AppIcon.appiconset/icon-40@3x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/AppIcon.appiconset/icon-60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/AppIcon.appiconset/icon-60@2x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/AppIcon.appiconset/icon-60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/AppIcon.appiconset/icon-60@3x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/AppIcon.appiconset/icon-76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/AppIcon.appiconset/icon-76@2x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/AppIcon.appiconset/icon-83.5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/AppIcon.appiconset/icon-83.5@2x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/LoadingImages/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/LoadingImages/Contents.json -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/LoadingImages/loading_0.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/LoadingImages/loading_0.imageset/Contents.json -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/LoadingImages/loading_0.imageset/loading_0@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/LoadingImages/loading_0.imageset/loading_0@2x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/LoadingImages/loading_0.imageset/loading_0@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/LoadingImages/loading_0.imageset/loading_0@3x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/LoadingImages/loading_1.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/LoadingImages/loading_1.imageset/Contents.json -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/LoadingImages/loading_1.imageset/loading_1@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/LoadingImages/loading_1.imageset/loading_1@2x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/LoadingImages/loading_1.imageset/loading_1@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/LoadingImages/loading_1.imageset/loading_1@3x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/LoadingImages/loading_2.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/LoadingImages/loading_2.imageset/Contents.json -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/LoadingImages/loading_2.imageset/loading_2@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/LoadingImages/loading_2.imageset/loading_2@2x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/LoadingImages/loading_2.imageset/loading_2@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/LoadingImages/loading_2.imageset/loading_2@3x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/LoadingImages/loading_3.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/LoadingImages/loading_3.imageset/Contents.json -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/LoadingImages/loading_3.imageset/loading_3@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/LoadingImages/loading_3.imageset/loading_3@2x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/LoadingImages/loading_3.imageset/loading_3@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/LoadingImages/loading_3.imageset/loading_3@3x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/LoadingImages/loading_4.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/LoadingImages/loading_4.imageset/Contents.json -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/LoadingImages/loading_4.imageset/loading_4@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/LoadingImages/loading_4.imageset/loading_4@2x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/LoadingImages/loading_4.imageset/loading_4@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/LoadingImages/loading_4.imageset/loading_4@3x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/LoadingImages/loading_5.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/LoadingImages/loading_5.imageset/Contents.json -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/LoadingImages/loading_5.imageset/loading_5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/LoadingImages/loading_5.imageset/loading_5@2x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/LoadingImages/loading_5.imageset/loading_5@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/LoadingImages/loading_5.imageset/loading_5@3x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/LoadingImages/loading_6.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/LoadingImages/loading_6.imageset/Contents.json -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/LoadingImages/loading_6.imageset/loading_6@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/LoadingImages/loading_6.imageset/loading_6@2x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/LoadingImages/loading_6.imageset/loading_6@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/LoadingImages/loading_6.imageset/loading_6@3x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/LoadingImages/loading_7.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/LoadingImages/loading_7.imageset/Contents.json -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/LoadingImages/loading_7.imageset/loading_7@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/LoadingImages/loading_7.imageset/loading_7@2x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/LoadingImages/loading_7.imageset/loading_7@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/LoadingImages/loading_7.imageset/loading_7@3x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/LoadingImages/loading_8.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/LoadingImages/loading_8.imageset/Contents.json -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/LoadingImages/loading_8.imageset/loading_8@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/LoadingImages/loading_8.imageset/loading_8@2x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/LoadingImages/loading_8.imageset/loading_8@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/LoadingImages/loading_8.imageset/loading_8@3x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/launch-750x1334.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/launch-750x1334.imageset/Contents.json -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/launch-750x1334.imageset/launch-750x1334@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/launch-750x1334.imageset/launch-750x1334@2x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/leftbackiamge.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/leftbackiamge.imageset/Contents.json -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/leftbackiamge.imageset/leftbackiamge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/leftbackiamge.imageset/leftbackiamge.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/menu.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/menu.imageset/Contents.json -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/menu.imageset/menu@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/menu.imageset/menu@2x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/newComment.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/newComment.imageset/Contents.json -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/newComment.imageset/newComment@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/newComment.imageset/newComment@2x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/newComment.imageset/newComment@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/newComment.imageset/newComment@3x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/tab_buddy_nor.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/tab_buddy_nor.imageset/Contents.json -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/tab_buddy_nor.imageset/tab_buddy_nor@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/tab_buddy_nor.imageset/tab_buddy_nor@2x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/tab_me_nor.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/tab_me_nor.imageset/Contents.json -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/tab_me_nor.imageset/tab_me_nor@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/tab_me_nor.imageset/tab_me_nor@2x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/tab_qworld_nor.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/tab_qworld_nor.imageset/Contents.json -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/tab_qworld_nor.imageset/tab_qworld_nor@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/tab_qworld_nor.imageset/tab_qworld_nor@2x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/tab_recent_nor.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/tab_recent_nor.imageset/Contents.json -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/tab_recent_nor.imageset/tab_recent_nor@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/tab_recent_nor.imageset/tab_recent_nor@2x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/tabbar_compose_background_icon_add.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/tabbar_compose_background_icon_add.imageset/Contents.json -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/tabbar_compose_background_icon_add.imageset/tabbar_compose_background_icon_add@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/tabbar_compose_background_icon_add.imageset/tabbar_compose_background_icon_add@3x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/tabbar_compose_button.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/tabbar_compose_button.imageset/Contents.json -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/tabbar_compose_button.imageset/tabbar_compose_button@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/tabbar_compose_button.imageset/tabbar_compose_button@2x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/tabbar_compose_button.imageset/tabbar_compose_button@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/tabbar_compose_button.imageset/tabbar_compose_button@3x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/tabbar_compose_button_highlighted.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/tabbar_compose_button_highlighted.imageset/Contents.json -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/tabbar_compose_button_highlighted.imageset/tabbar_compose_button_highlighted@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/tabbar_compose_button_highlighted.imageset/tabbar_compose_button_highlighted@2x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/tabbar_compose_button_highlighted.imageset/tabbar_compose_button_highlighted@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/tabbar_compose_button_highlighted.imageset/tabbar_compose_button_highlighted@3x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/tabbar_compose_icon_add_highlighted-1.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/tabbar_compose_icon_add_highlighted-1.imageset/Contents.json -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/tabbar_compose_icon_add_highlighted-1.imageset/tabbar_compose_icon_add_highlighted@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/tabbar_compose_icon_add_highlighted-1.imageset/tabbar_compose_icon_add_highlighted@3x.png -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/tabbar_compose_icon_add_highlighted.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/tabbar_compose_icon_add_highlighted.imageset/Contents.json -------------------------------------------------------------------------------- /MCLeftSilder/Assets.xcassets/tabbar_compose_icon_add_highlighted.imageset/tabbar_compose_icon_add_highlighted@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Assets.xcassets/tabbar_compose_icon_add_highlighted.imageset/tabbar_compose_icon_add_highlighted@2x.png -------------------------------------------------------------------------------- /MCLeftSilder/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /MCLeftSilder/BridgeLoop-640p.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/BridgeLoop-640p.mp4 -------------------------------------------------------------------------------- /MCLeftSilder/Category/UIControl+Helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Category/UIControl+Helper.h -------------------------------------------------------------------------------- /MCLeftSilder/Category/UIControl+Helper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Category/UIControl+Helper.m -------------------------------------------------------------------------------- /MCLeftSilder/Category/UICountingLabel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Category/UICountingLabel.h -------------------------------------------------------------------------------- /MCLeftSilder/Category/UICountingLabel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Category/UICountingLabel.m -------------------------------------------------------------------------------- /MCLeftSilder/Classes/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Classes/.DS_Store -------------------------------------------------------------------------------- /MCLeftSilder/Classes/MCAdvert/MCAdvertManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Classes/MCAdvert/MCAdvertManager.h -------------------------------------------------------------------------------- /MCLeftSilder/Classes/MCAdvert/MCAdvertManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Classes/MCAdvert/MCAdvertManager.m -------------------------------------------------------------------------------- /MCLeftSilder/Classes/MCAdvert/MCAdvertVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Classes/MCAdvert/MCAdvertVC.h -------------------------------------------------------------------------------- /MCLeftSilder/Classes/MCAdvert/MCAdvertVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Classes/MCAdvert/MCAdvertVC.m -------------------------------------------------------------------------------- /MCLeftSilder/Classes/MCAdvert/MCAdvertView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Classes/MCAdvert/MCAdvertView.h -------------------------------------------------------------------------------- /MCLeftSilder/Classes/MCAdvert/MCAdvertView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Classes/MCAdvert/MCAdvertView.m -------------------------------------------------------------------------------- /MCLeftSilder/Classes/MCConmmon/LoadingAnimationView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Classes/MCConmmon/LoadingAnimationView.h -------------------------------------------------------------------------------- /MCLeftSilder/Classes/MCConmmon/LoadingAnimationView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Classes/MCConmmon/LoadingAnimationView.m -------------------------------------------------------------------------------- /MCLeftSilder/Classes/MCConmmon/Macro.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Classes/MCConmmon/Macro.h -------------------------------------------------------------------------------- /MCLeftSilder/Classes/MCFirstPage/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Classes/MCFirstPage/.DS_Store -------------------------------------------------------------------------------- /MCLeftSilder/Classes/MCFirstPage/Controller/MCFirstPageVIewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Classes/MCFirstPage/Controller/MCFirstPageVIewController.h -------------------------------------------------------------------------------- /MCLeftSilder/Classes/MCFirstPage/Controller/MCFirstPageVIewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Classes/MCFirstPage/Controller/MCFirstPageVIewController.m -------------------------------------------------------------------------------- /MCLeftSilder/Classes/MCOther/MCLeftSortsViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Classes/MCOther/MCLeftSortsViewController.h -------------------------------------------------------------------------------- /MCLeftSilder/Classes/MCOther/MCLeftSortsViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Classes/MCOther/MCLeftSortsViewController.m -------------------------------------------------------------------------------- /MCLeftSilder/Classes/MCOther/MCMainNavgationVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Classes/MCOther/MCMainNavgationVC.h -------------------------------------------------------------------------------- /MCLeftSilder/Classes/MCOther/MCMainNavgationVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Classes/MCOther/MCMainNavgationVC.m -------------------------------------------------------------------------------- /MCLeftSilder/Classes/MCOther/MCMainTabBar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Classes/MCOther/MCMainTabBar.h -------------------------------------------------------------------------------- /MCLeftSilder/Classes/MCOther/MCMainTabBar.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Classes/MCOther/MCMainTabBar.m -------------------------------------------------------------------------------- /MCLeftSilder/Classes/MCOther/MCMainTabBarVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Classes/MCOther/MCMainTabBarVC.h -------------------------------------------------------------------------------- /MCLeftSilder/Classes/MCOther/MCMainTabBarVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Classes/MCOther/MCMainTabBarVC.m -------------------------------------------------------------------------------- /MCLeftSilder/Classes/MCOther/MCOtherViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Classes/MCOther/MCOtherViewController.h -------------------------------------------------------------------------------- /MCLeftSilder/Classes/MCOther/MCOtherViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Classes/MCOther/MCOtherViewController.m -------------------------------------------------------------------------------- /MCLeftSilder/Classes/MCSecondPage/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Classes/MCSecondPage/.DS_Store -------------------------------------------------------------------------------- /MCLeftSilder/Classes/MCSecondPage/Controller/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Classes/MCSecondPage/Controller/.DS_Store -------------------------------------------------------------------------------- /MCLeftSilder/Classes/MCSecondPage/Controller/MCLoginVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Classes/MCSecondPage/Controller/MCLoginVC.h -------------------------------------------------------------------------------- /MCLeftSilder/Classes/MCSecondPage/Controller/MCLoginVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Classes/MCSecondPage/Controller/MCLoginVC.m -------------------------------------------------------------------------------- /MCLeftSilder/Classes/MCSecondPage/Controller/MCSecondPageViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Classes/MCSecondPage/Controller/MCSecondPageViewController.h -------------------------------------------------------------------------------- /MCLeftSilder/Classes/MCSecondPage/Controller/MCSecondPageViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Classes/MCSecondPage/Controller/MCSecondPageViewController.m -------------------------------------------------------------------------------- /MCLeftSilder/DKNightVerson/Core/DKNightVersionManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/DKNightVerson/Core/DKNightVersionManager.h -------------------------------------------------------------------------------- /MCLeftSilder/DKNightVerson/Core/DKNightVersionManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/DKNightVerson/Core/DKNightVersionManager.m -------------------------------------------------------------------------------- /MCLeftSilder/DKNightVerson/Core/NSObject+Night.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/DKNightVerson/Core/NSObject+Night.h -------------------------------------------------------------------------------- /MCLeftSilder/DKNightVerson/Core/NSObject+Night.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/DKNightVerson/Core/NSObject+Night.m -------------------------------------------------------------------------------- /MCLeftSilder/DKNightVerson/DKNightVersion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/DKNightVerson/DKNightVersion.h -------------------------------------------------------------------------------- /MCLeftSilder/DKNightVerson/Helper/UINavigationBar+Animation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/DKNightVerson/Helper/UINavigationBar+Animation.h -------------------------------------------------------------------------------- /MCLeftSilder/DKNightVerson/Helper/UINavigationBar+Animation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/DKNightVerson/Helper/UINavigationBar+Animation.m -------------------------------------------------------------------------------- /MCLeftSilder/DKNightVerson/UIKit/UIBarButtonItem/UIBarButtonItem+TintColor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/DKNightVerson/UIKit/UIBarButtonItem/UIBarButtonItem+TintColor.h -------------------------------------------------------------------------------- /MCLeftSilder/DKNightVerson/UIKit/UIBarButtonItem/UIBarButtonItem+TintColor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/DKNightVerson/UIKit/UIBarButtonItem/UIBarButtonItem+TintColor.m -------------------------------------------------------------------------------- /MCLeftSilder/DKNightVerson/UIKit/UIButton/UIButton+TitleColor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/DKNightVerson/UIKit/UIButton/UIButton+TitleColor.h -------------------------------------------------------------------------------- /MCLeftSilder/DKNightVerson/UIKit/UIButton/UIButton+TitleColor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/DKNightVerson/UIKit/UIButton/UIButton+TitleColor.m -------------------------------------------------------------------------------- /MCLeftSilder/DKNightVerson/UIKit/UILabel/UILabel+TextColor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/DKNightVerson/UIKit/UILabel/UILabel+TextColor.h -------------------------------------------------------------------------------- /MCLeftSilder/DKNightVerson/UIKit/UILabel/UILabel+TextColor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/DKNightVerson/UIKit/UILabel/UILabel+TextColor.m -------------------------------------------------------------------------------- /MCLeftSilder/DKNightVerson/UIKit/UINavigationBar/UINavigationBar+BarTintColor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/DKNightVerson/UIKit/UINavigationBar/UINavigationBar+BarTintColor.h -------------------------------------------------------------------------------- /MCLeftSilder/DKNightVerson/UIKit/UINavigationBar/UINavigationBar+BarTintColor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/DKNightVerson/UIKit/UINavigationBar/UINavigationBar+BarTintColor.m -------------------------------------------------------------------------------- /MCLeftSilder/DKNightVerson/UIKit/UINavigationBar/UINavigationBar+TintColor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/DKNightVerson/UIKit/UINavigationBar/UINavigationBar+TintColor.h -------------------------------------------------------------------------------- /MCLeftSilder/DKNightVerson/UIKit/UINavigationBar/UINavigationBar+TintColor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/DKNightVerson/UIKit/UINavigationBar/UINavigationBar+TintColor.m -------------------------------------------------------------------------------- /MCLeftSilder/DKNightVerson/UIKit/UITabBar/UITabBar+BarTintColor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/DKNightVerson/UIKit/UITabBar/UITabBar+BarTintColor.h -------------------------------------------------------------------------------- /MCLeftSilder/DKNightVerson/UIKit/UITabBar/UITabBar+BarTintColor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/DKNightVerson/UIKit/UITabBar/UITabBar+BarTintColor.m -------------------------------------------------------------------------------- /MCLeftSilder/DKNightVerson/UIKit/UITableView/UITableView+SeparatorColor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/DKNightVerson/UIKit/UITableView/UITableView+SeparatorColor.h -------------------------------------------------------------------------------- /MCLeftSilder/DKNightVerson/UIKit/UITableView/UITableView+SeparatorColor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/DKNightVerson/UIKit/UITableView/UITableView+SeparatorColor.m -------------------------------------------------------------------------------- /MCLeftSilder/DKNightVerson/UIKit/UIView/UIView+BackgroundColor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/DKNightVerson/UIKit/UIView/UIView+BackgroundColor.h -------------------------------------------------------------------------------- /MCLeftSilder/DKNightVerson/UIKit/UIView/UIView+BackgroundColor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/DKNightVerson/UIKit/UIView/UIView+BackgroundColor.m -------------------------------------------------------------------------------- /MCLeftSilder/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/Info.plist -------------------------------------------------------------------------------- /MCLeftSilder/LeftSlideViewController/MCContent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/LeftSlideViewController/MCContent.h -------------------------------------------------------------------------------- /MCLeftSilder/LeftSlideViewController/MCContent.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/LeftSlideViewController/MCContent.m -------------------------------------------------------------------------------- /MCLeftSilder/LeftSlideViewController/MCLeftSlideViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/LeftSlideViewController/MCLeftSlideViewController.h -------------------------------------------------------------------------------- /MCLeftSilder/LeftSlideViewController/MCLeftSlideViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/LeftSlideViewController/MCLeftSlideViewController.m -------------------------------------------------------------------------------- /MCLeftSilder/LeftSlideViewController/MCLeftSliderManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/LeftSlideViewController/MCLeftSliderManager.h -------------------------------------------------------------------------------- /MCLeftSilder/LeftSlideViewController/MCLeftSliderManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/LeftSlideViewController/MCLeftSliderManager.m -------------------------------------------------------------------------------- /MCLeftSilder/LeftSlideViewController/UIView_extra.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/LeftSlideViewController/UIView_extra.h -------------------------------------------------------------------------------- /MCLeftSilder/LeftSlideViewController/UIView_extra.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/LeftSlideViewController/UIView_extra.m -------------------------------------------------------------------------------- /MCLeftSilder/MCLeftSilder.xcdatamodeld/.xccurrentversion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/MCLeftSilder.xcdatamodeld/.xccurrentversion -------------------------------------------------------------------------------- /MCLeftSilder/MCLeftSilder.xcdatamodeld/MCLeftSilder.xcdatamodel/contents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/MCLeftSilder.xcdatamodeld/MCLeftSilder.xcdatamodel/contents -------------------------------------------------------------------------------- /MCLeftSilder/MCPrefixHeader.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/MCPrefixHeader.pch -------------------------------------------------------------------------------- /MCLeftSilder/STLBGVideo/C415F3F13BBD50B1-info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/STLBGVideo/C415F3F13BBD50B1-info.plist -------------------------------------------------------------------------------- /MCLeftSilder/STLBGVideo/STLVideoFunctions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/STLBGVideo/STLVideoFunctions.h -------------------------------------------------------------------------------- /MCLeftSilder/STLBGVideo/STLVideoFunctions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/STLBGVideo/STLVideoFunctions.m -------------------------------------------------------------------------------- /MCLeftSilder/STLBGVideo/STLVideoViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/STLBGVideo/STLVideoViewController.h -------------------------------------------------------------------------------- /MCLeftSilder/STLBGVideo/STLVideoViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/STLBGVideo/STLVideoViewController.m -------------------------------------------------------------------------------- /MCLeftSilder/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/main.m -------------------------------------------------------------------------------- /MCLeftSilder/thirdLib/TipsManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/thirdLib/TipsManager.h -------------------------------------------------------------------------------- /MCLeftSilder/thirdLib/TipsManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/thirdLib/TipsManager.m -------------------------------------------------------------------------------- /MCLeftSilder/~$PrefixHeader.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilder/~$PrefixHeader.pch -------------------------------------------------------------------------------- /MCLeftSilderTests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilderTests/Info.plist -------------------------------------------------------------------------------- /MCLeftSilderTests/MCLeftSilderTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilderTests/MCLeftSilderTests.m -------------------------------------------------------------------------------- /MCLeftSilderUITests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilderUITests/Info.plist -------------------------------------------------------------------------------- /MCLeftSilderUITests/MCLeftSilderUITests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/MCLeftSilderUITests/MCLeftSilderUITests.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/README.md -------------------------------------------------------------------------------- /aaa.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafangchao/MCLeftSilder/HEAD/aaa.gif --------------------------------------------------------------------------------