Skip to content

Instantly share code, notes, and snippets.

@has-taiar
Created June 29, 2014 01:30
Show Gist options
  • Save has-taiar/ace5cbd295d024cb19b6 to your computer and use it in GitHub Desktop.
Save has-taiar/ace5cbd295d024cb19b6 to your computer and use it in GitHub Desktop.
Sample of iOS Platform-Specific Code
public class TestableController : UIViewController
{
public TestableController ()
{
}
public int GetTotal(int first, int second)
{
return first + second;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment