luxlabs header browser preview


@interface IMDSharedWithYouMetadataManager : NSObject

+ (id)Sha256ForData:(id)a0 withSalt:(id)a1;
+ (Class)LPSpecializationMetadataClass;
+ (Class)LPSharedObjectMetadataClass;
+ (id)collaborationMetadataKey;
+ (id)dataDetectedLink;
+ (id)tuManagerQueue;

- (id)_uniqueIdentifierForResourceURL:(id)a0;
- (id)_ckBundleIDsKey;
- (id)_collaborationIdentifierKey;
- (id)_highlightedContentServerDateKey;
- (id)_indexTypeCustomKey;
- (BOOL)_isAttachmentType:(id)a0;
- (BOOL)_isLNKTypeMessage:(id)a0;
- (id)_lpLinkMetadataForItem:(id)a0 attachmentPaths:(id)a1 originalURL:(id)a2;
- (id)_lpTitleCustomKey;
- (id)_pluginPayloadAttachmentPathsForItem:(id)a0;
- (BOOL)_shouldDonateToSharedWithYou:(id)a0 lpLinkMetadata:(id)a1;
- (id)_syndicationContentTypeKey;
- (id)_updateAttributesWithCollaborationMetadata:(id)a0 forMessageWithGUID:(id)a1 withURL:(id)a2 lpLinkMetadata:(id)a3 messageDate:(id)a4;
- (BOOL)chatDictionary:(id)a0 matchesFaceTimeConversation:(id)a1;
- (id)highlightDictionaryFromAttributes:(id)a0 withItem:(id)a1 chat:(id)a2;
- (id)titleFromLPLinkMetadata:(id)a0;
- (id)updateAttributesWithSharedWithYouMetadata:(id)a0 withItem:(id)a1 chat:(id)a2;
- (void)updateConversationManagerWithItem:(id)a0 chat:(id)a1 attributes:(id)a2;

@end