Skip to content

Commit

Permalink
update based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelkang committed Aug 10, 2021
1 parent 80de25c commit d27fdac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/quicklookUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ interface QLPreviewingController {

[NoWatch, NoTV, Mac (12,0), iOS (15,0), MacCatalyst (15,0)]
[BaseType (typeof(NSObject))]
[DisableDefaultCtor]
interface QLFilePreviewRequest
{
[Export ("fileURL")]
Expand All @@ -196,6 +197,7 @@ interface QLPreviewProvider : NSExtensionRequestHandling

[NoWatch, NoTV, Mac (12,0), iOS (15,0), MacCatalyst (15,0)]
[BaseType (typeof(NSObject))]
[DisableDefaultCtor]
interface QLPreviewReplyAttachment
{
[Export ("data")]
Expand All @@ -217,7 +219,7 @@ interface QLPreviewReplyAttachment
interface QLPreviewReply
{
[Export ("stringEncoding")]
nuint StringEncoding { get; set; }
NSStringEncoding StringEncoding { get; set; }

[Export ("attachments", ArgumentSemantic.Copy)]
NSDictionary<NSString, QLPreviewReplyAttachment> Attachments { get; set; }
Expand Down

0 comments on commit d27fdac

Please sign in to comment.