Skip to content

Commit

Permalink
Add comment about NoPlatform availabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelkang authored Aug 5, 2021
1 parent cae72a9 commit 75ac7eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/quicklook.cs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,8 @@ interface QLPreviewProvider : NSExtensionRequestHandling
{
}

[NoWatch, NoTV, NoMac, iOS (15,0), MacCatalyst (15,0)]
[NoWatch][NoTV][NoMac] // availability not mentioned in the header files
[iOS (15,0), MacCatalyst (15,0)]
[BaseType (typeof(NSObject))]
interface QLPreviewSceneOptions
{
Expand Down

0 comments on commit 75ac7eb

Please sign in to comment.