Skip to content

Instantly share code, notes, and snippets.

View t9mike's full-sized avatar

Mike Muegel t9mike

View GitHub Profile
@t9mike
t9mike / TextProviderWithFormat
Last active October 3, 2018 02:38
Some C#/Xamarin wrappers for watchOS textProviderWithFormatformat
using System;
using System.Runtime.InteropServices;
using ClockKit;
using Common;
using Foundation;
using ObjCRuntime;
namespace WatchExtension
{
/// <summary>