@class PRPosterDescriptorGalleryAssetLookupInfo; @interface PRPosterDescriptorGalleryOptions : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property (readonly, copy, nonatomic) PRPosterDescriptorGalleryAssetLookupInfo *galleryAssetLookupInfo; @property (readonly, nonatomic) unsigned long long presentationStyle; @property (readonly, nonatomic) unsigned long long displayStyle; + (id)galleryOptionsFromDictionaryRepresentation:(id)a0; + (id)galleryOptionsWithAssetLookupInfo:(id)a0; + (id)galleryOptionsWithAssetLookupInfo:(id)a0 galleryPresentationStyle:(unsigned long long)a1; + (id)galleryOptionsWithAssetLookupInfo:(id)a0 galleryPresentationStyle:(unsigned long long)a1 galleryDisplayStyle:(unsigned long long)a2; - (void)encodeWithCoder:(id)a0; - (void).cxx_destruct; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)initWithAssetLookupInfo:(id)a0 galleryPresentationStyle:(unsigned long long)a1 galleryDisplayStyle:(unsigned long long)a2; @end