[HealthKit] Remove HKSeriesBuilder compliance of NSSecureCoding. (#17302)

There's no trace of this in the headers, so I assume it's something that
happened in a beta and then got removed, and we didn't notice to update our
bindings.
This commit is contained in:
Rolf Bjarne Kvinge 2023-01-23 11:47:31 +01:00
Родитель 86ee42a39d
Коммит 9f0955be9c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -3501,7 +3501,7 @@ namespace HealthKit {
[BaseType (typeof (NSObject))]
[DisableDefaultCtor]
interface HKSeriesBuilder
#if !MONOMAC
#if !MONOMAC && !XAMCORE_5_0
: NSSecureCoding
#endif
{