Skip to content

Instantly share code, notes, and snippets.

View jbrunken's full-sized avatar

Jason Brunken jbrunken

View GitHub Profile
@jbrunken
jbrunken / ApiDefinitions.cs
Created December 6, 2013 17:47
SWRevealViewController Xamarin Bindings (not tested)
using System.Drawing;
using System;
using MonoTouch.ObjCRuntime;
using MonoTouch.Foundation;
using MonoTouch.UIKit;
namespace SWRevealViewController {
[BaseType (typeof (UIViewController))]
public partial interface SWRevealViewController {