Skip to content

Instantly share code, notes, and snippets.

View tj-devel709's full-sized avatar

TJ Lambert tj-devel709

  • Microsoft Co.
  • St. Louis
View GitHub Profile
//
// GCMotion.cs: extensions to GCMotion iOS API
//
// Authors:
// TJ Lambert (t-anlamb@microsoft.com)
//
// Copyright 2019 Microsoft Corporation.
using System;
//
// GCMotion.cs: extensions to GCMotion iOS API
//
// Authors:
// TJ Lambert (t-anlamb@microsoft.com)
//
// Copyright 2019 Microsoft Corporation.
using System;
//
// This file describes the API that the generator will produce
//
// Authors:
// Miguel de Icaza
//
// Copyright 2009, Novell, Inc.
// Copyright 2011-2015, Xamarin Inc
//
using System.ComponentModel;
using System;
using ObjCRuntime;
using Foundation;
namespace Photos
{
// NSInteger -> PHImageManager.h
[iOS (8,0)]
[TV (10,0)]
[Mac (10,12, onlyOn64 : true)]