Skip to content

Instantly share code, notes, and snippets.

View frederik-hoeft's full-sized avatar
🐧
Working on @PrySec

Frederik Höft frederik-hoeft

🐧
Working on @PrySec
View GitHub Profile
@frederik-hoeft
frederik-hoeft / .View
Created September 28, 2021 10:11 — forked from aspnetde/.View
Xamarin.iOS MemoryUtility
using System;
using System.Collections.Generic;
using System.Linq;
using MonoTouch.MessageUI;
using MonoTouch.UIKit;
namespace MyApp
{
public interface ICanCleanUpMyself
{