This commit is contained in:
Chris Hamons 2018-08-03 23:22:07 -05:00 коммит произвёл Sebastien Pouliot
Родитель b47305ede2
Коммит 7669300fcb
1 изменённых файлов: 0 добавлений и 8 удалений

Просмотреть файл

@ -805,14 +805,6 @@ namespace AppKit {
[Mac (10,12)]
[Export ("enumerateWindowsWithOptions:usingBlock:")]
void EnumerateWindows (NSWindowListOptions options, NSApplicationEnumerateWindowsHandler block);
[Mac (10, 14, onlyOn64: true)]
[NullAllowed, Export ("appearance", ArgumentSemantic.Strong)]
NSAppearance Appearance { get; set; }
[Mac (10, 14, onlyOn64: true)]
[Export ("effectiveAppearance", ArgumentSemantic.Strong)]
NSAppearance EffectiveAppearance { get; }
}
[Static]