Skip to content

Instantly share code, notes, and snippets.

@lin
Last active August 29, 2015 14:18
Show Gist options
  • Select an option

  • Save lin/7a135db87cbb6d0819de to your computer and use it in GitHub Desktop.

Select an option

Save lin/7a135db87cbb6d0819de to your computer and use it in GitHub Desktop.
cataluv/
├── app/
│   ├── assets/
|   |   ├── images/
|   |   ├── fonts/
|   |   ├── audios/
|   |   └── videos/
│   ├── scenarios
|   |   ├── auth/
|   |   |   ├── views/
|   |   |   ├── models/
|   |   |   └── controllers/
|   |   ├── discovery/
|   |   |   ├── views/
|   |   |   ├── models/
|   |   |   └── controllers/
|   |   └── checkout/
|   |       ├── views/
|   |       ├── models/
|   |       └── controllers/
│   ├── helpers/
│   └── generics/
|       ├── views/
|       ├── controllers/
|       ├── helpers/
|       └── models/
├── lib/
│   └── cataluv/
|       ├── models/
|       ├── api.swift
|       └── base_model.swift
├── config/
├── log/
└── vendor/
    ├── stripe/
    └── google_analytics/
   

View Models

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment