This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // GCMotion.cs: extensions to GCMotion iOS API | |
| // | |
| // Authors: | |
| // TJ Lambert (t-anlamb@microsoft.com) | |
| // | |
| // Copyright 2019 Microsoft Corporation. | |
| using System; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // GCMotion.cs: extensions to GCMotion iOS API | |
| // | |
| // Authors: | |
| // TJ Lambert (t-anlamb@microsoft.com) | |
| // | |
| // Copyright 2019 Microsoft Corporation. | |
| using System; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // 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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using ObjCRuntime; | |
| using Foundation; | |
| namespace Photos | |
| { | |
| // NSInteger -> PHImageManager.h | |
| [iOS (8,0)] | |
| [TV (10,0)] | |
| [Mac (10,12, onlyOn64 : true)] |
NewerOlder