Last active
January 3, 2018 19:18
-
-
Save bencleary/9cdc714e9aa149a2f7cd7eabf4254131 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
class NetworkMangaer { | |
static let shared = NetworkManager() | |
func sendEmail() { | |
// send email function | |
} | |
} | |
// To access | |
NetworkManager.shared.sendEmail() | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment