Class QLPreviewReplyAttachment

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class QLPreviewReplyAttachment
extends NSObject
Since:
Available in iOS 15.0 and later.
  • Constructor Details

    • QLPreviewReplyAttachment

      public QLPreviewReplyAttachment()
    • QLPreviewReplyAttachment

      protected QLPreviewReplyAttachment​(NSObject.Handle h, long handle)
    • QLPreviewReplyAttachment

      protected QLPreviewReplyAttachment​(NSObject.SkipInit skipInit)
    • QLPreviewReplyAttachment

      public QLPreviewReplyAttachment​(NSData data, UTType contentType)
  • Method Details

    • getData

      public NSData getData()
    • getContentType

      public UTType getContentType()
    • init

      protected long init​(NSData data, UTType contentType)