luxlabs header browser preview


@class NSString, MFMessageLibrary;

@interface MFAttachmentLibraryDataProvider : NSObject <MFAttachmentDataProviderProtocol>

@property (weak) MFMessageLibrary *messageLibrary;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (id)initWithLibrary:(id)a0;
- (void).cxx_destruct;
- (void)fetchDataForAttachment:(id)a0 consumer:(id)a1 progress:(id)a2 completion:(id /* block */)a3;
- (id)messageForAttachment:(id)a0;
- (id)storageLocationForAttachment:(id)a0 withMessage:(id)a1;
- (id)fetchLocalDataForAttachment:(id)a0;

@end