Skip to content

Instantly share code, notes, and snippets.

@muizidn
Last active December 14, 2017 12:51
Show Gist options
  • Save muizidn/0be94907ef8dbff9b343cb1be18d8e65 to your computer and use it in GitHub Desktop.
Save muizidn/0be94907ef8dbff9b343cb1be18d8e65 to your computer and use it in GitHub Desktop.
protocol PertarunganCivilWar {
func diSerang()
}
class CaptainAmericaViewController: UIViewController, PertarunganCivilWar {
diSerang()
}
class IronManViewController: UIViewController, PertarunganCivilWar {
diSerang()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment