Skip to content

Instantly share code, notes, and snippets.

Objective-C Here I Come! 1
public interface ILovePuppies
{
private void HugThem();
private void SqueezeThem();
perhaps Corpse KillThem(); // Implement this one
//only if you feel like it.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment