Skip to content

Instantly share code, notes, and snippets.

View JoacimWall's full-sized avatar

Joacim Wall JoacimWall

  • Walltec
View GitHub Profile
@JoacimWall
JoacimWall / FacebookApiDefinition.cs
Created April 20, 2023 09:53 — forked from dtaylorus/FacebookApiDefinition.cs
Facebook CoreKit C# bindings
using System;
using System.Reflection;
using System.Runtime.InteropServices;
using CoreGraphics;
using CoreMedia;
using ObjCRuntime;
using UIKit;
namespace Facebook.ApiDefinition
{