namespace TVServices
{
[Deprecated(ObjCRuntime.PlatformName.TvOS, 13, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'TVTopShelfContentProvider' instead.")]
[Introduced(ObjCRuntime.PlatformName.TvOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[Register("TVContentIdentifier", true)]
public class TVContentIdentifier : NSObject, INSCoding, INSCopying, INSSecureCoding, INativeObject, IDisposable
{
[BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public string! Identifier
{
[Export("identifier")]
get;
}
}
}