Last active
December 14, 2017 12:51
-
-
Save muizidn/0be94907ef8dbff9b343cb1be18d8e65 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
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