Created
July 18, 2019 23:17
-
-
Save Aymenworks/e61d4b24471d243a96c78a541c981a31 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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