Skip to content

Instantly share code, notes, and snippets.

View eduardocoelho's full-sized avatar

Eduardo Coelho eduardocoelho

View GitHub Profile

Keybase proof

I hereby claim:

  • I am eduardocoelho on github.
  • I am eduardoc (https://keybase.io/eduardoc) on keybase.
  • I have a public key ASCtIs6JdDwYfXfEEwaFWkic6i-LEvJuZI_AzxTRwtyeEwo

To claim this, I am signing this object:

namespace BaseViewController
{
public abstract class BaseViewController : ViewController
{
#region Actions / Events handling
protected abstract void RegisterForActionsAndEvents ();
protected abstract void UnregisterForActionsAndEvents ();
//
// JsonHelper.cs
//
// Created by Eduardo Coelho <dev@educoelho.com>
//
using System;
using System.Json;
using System.Linq;
using NUnit.Framework; // Tests