gitextract_zavxn51g/ ├── ._.DS_Store ├── ._YCMenuView.podspec ├── .gitignore ├── LICENSE ├── README.md ├── YCMenuView.podspec ├── YCMenuViewCompont/ │ ├── ._.DS_Store │ ├── ._YCMenuView.h │ ├── ._YCMenuView.m │ ├── YCMenuView.h │ └── YCMenuView.m └── YCMenuViewDemo/ ├── ._.DS_Store ├── ._Demo.xcodeproj ├── Demo/ │ ├── ._.DS_Store │ ├── ._AppDelegate.h │ ├── ._AppDelegate.m │ ├── ._TestViewController.h │ ├── ._TestViewController.m │ ├── ._ViewController.h │ ├── ._ViewController.m │ ├── ._YCMenuView.h │ ├── ._YCMenuView.m │ ├── ._main.m │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── Assets.xcassets/ │ │ ├── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── ic_filter_category_0.imageset/ │ │ └── Contents.json │ ├── Base.lproj/ │ │ ├── ._LaunchScreen.storyboard │ │ ├── ._Main.storyboard │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ ├── Info.plist │ ├── TestViewController.h │ ├── TestViewController.m │ ├── ViewController.h │ ├── ViewController.m │ ├── YCMenuView.h │ ├── YCMenuView.m │ └── main.m └── Demo.xcodeproj/ ├── ._project.xcworkspace ├── project.pbxproj └── project.xcworkspace/ ├── contents.xcworkspacedata └── xcshareddata/ └── IDEWorkspaceChecks.plist