Skip to content

Instantly share code, notes, and snippets.

@jpotts18
Created November 4, 2014 17:06
Show Gist options
  • Save jpotts18/92afc8f7eebd60caa052 to your computer and use it in GitHub Desktop.
Save jpotts18/92afc8f7eebd60caa052 to your computer and use it in GitHub Desktop.
.
├── core
│   └── date_helper.swift
├── data
│   └── models
│   ├── PFContest.swift
│   └── ParseObjectLoader.swift
├── network
│   ├── ParseContestRequests.swift
│   ├── ParseRequestCaller.swift
│   └── ParseSearchRequests.swift
├── ui
│   ├── pingocolorsmixin.swift
│   ├── view_controllers
│   │   └── my_contest_view_controller.swift
│   └── views
│   ├── pingo_ui_label.swift
│   └── pingo_ui_text_fields.swift
└── vendors
└── urbanairship.swift
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment