Gitingest

Summary

Directory Structure

Directory structure:
└── jiangyongjian-jyjslidemenucontroller/
    ├── README.md
    ├── LICENSE
    ├── GIF/
    ├── JYJSlideMenuController/
    │   ├── AppDelegate.h
    │   ├── AppDelegate.m
    │   ├── Info.plist
    │   ├── JYJAnimateViewController.h
    │   ├── JYJAnimateViewController.m
    │   ├── JYJNavigationController.h
    │   ├── JYJNavigationController.m
    │   ├── JYJOneViewController.h
    │   ├── JYJOneViewController.m
    │   ├── main.m
    │   ├── ViewController.h
    │   ├── ViewController.m
    │   ├── Assets.xcassets/
    │   │   ├── Contents.json
    │   │   ├── AppIcon.appiconset/
    │   │   │   └── Contents.json
    │   │   ├── avatar_login.imageset/
    │   │   │   └── Contents.json
    │   │   ├── caret_right.imageset/
    │   │   │   └── Contents.json
    │   │   ├── menu_invite.imageset/
    │   │   │   └── Contents.json
    │   │   ├── menu_promo.imageset/
    │   │   │   └── Contents.json
    │   │   ├── menu_sticker.imageset/
    │   │   │   └── Contents.json
    │   │   ├── menu_trips.imageset/
    │   │   │   └── Contents.json
    │   │   ├── menu_wallet.imageset/
    │   │   │   └── Contents.json
    │   │   ├── navigation_back_hl.imageset/
    │   │   │   └── Contents.json
    │   │   ├── navigation_back_normal.imageset/
    │   │   │   └── Contents.json
    │   │   ├── navigationbar_list_hl.imageset/
    │   │   │   └── Contents.json
    │   │   ├── navigationbar_list_normal.imageset/
    │   │   │   └── Contents.json
    │   │   ├── notification.imageset/
    │   │   │   └── Contents.json
    │   │   ├── notification_dot.imageset/
    │   │   │   └── Contents.json
    │   │   ├── notification_dot_down.imageset/
    │   │   │   └── Contents.json
    │   │   ├── notification_down.imageset/
    │   │   │   └── Contents.json
    │   │   ├── search.imageset/
    │   │   │   └── Contents.json
    │   │   └── search_down.imageset/
    │   │       └── Contents.json
    │   ├── Base.lproj/
    │   │   ├── LaunchScreen.storyboard
    │   │   └── Main.storyboard
    │   ├── Category/
    │   │   ├── UIImage+Extension.h
    │   │   └── UIImage+Extension.m
    │   ├── Profile/
    │   │   ├── Controller/
    │   │   │   ├── JYJPersonViewController.h
    │   │   │   └── JYJPersonViewController.m
    │   │   ├── Model/
    │   │   │   ├── JYJCommenItem.h
    │   │   │   └── JYJCommenItem.m
    │   │   └── View/
    │   │       ├── JYJProfileCell.h
    │   │       └── JYJProfileCell.m
    │   └── ProfileSubControllers/
    │       ├── JYJMyCardViewController.h
    │       ├── JYJMyCardViewController.m
    │       ├── JYJMyFriendViewController.h
    │       ├── JYJMyFriendViewController.m
    │       ├── JYJMyStickerViewController.h
    │       ├── JYJMyStickerViewController.m
    │       ├── JYJMyTripViewController.h
    │       ├── JYJMyTripViewController.m
    │       ├── JYJMyWalletViewController.h
    │       ├── JYJMyWalletViewController.m
    │       ├── JYJPushBaseViewController.h
    │       └── JYJPushBaseViewController.m
    └── JYJSlideMenuController.xcodeproj/
        ├── project.pbxproj
        └── project.xcworkspace/
            └── contents.xcworkspacedata

Files Content