Skip to content

Instantly share code, notes, and snippets.

@Aymenworks
Created July 18, 2019 23:17
Show Gist options
  • Save Aymenworks/e61d4b24471d243a96c78a541c981a31 to your computer and use it in GitHub Desktop.
Save Aymenworks/e61d4b24471d243a96c78a541c981a31 to your computer and use it in GitHub Desktop.
// Profile/Profile.swift
enum Profile {}
// Timeline/Timeline.swift
enum Timeline {}
// Messaging/Messaging.swift
enum Messaging {}
// Profile/Profile.ViewController.swift
extension Profile {
class ViewController: UIViewController {
}
}
// Profile/Profile.ViewModel.swift
extension Profile {
struct ViewModel {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment