luxlabs header browser preview


@interface MPMediaRemoteEntityTranslator : MPBaseEntityTranslator

+ (void)buildSchemaIfNeeded;

- (id)identifiersForContentItem:(id)a0;
- (void)mapArtworkPropertyKey:(id)a0;
- (void)mapIdentifierCreationBlock:(id /* block */)a0;
- (void)mapPropertyKey:(id)a0 toDeviceSpecificUserInfoKey:(id)a1;
- (void)mapPropertyKey:(id)a0 toMPContentItemSelector:(SEL)a1;
- (void)mapPropertyKey:(id)a0 toUserInfoKey:(id)a1;
- (void)mapPropertyKey:(id)a0 toValueTransformer:(id /* block */)a1;
- (void)mapRelationshipKey:(id)a0 toModelClass:(Class)a1;
- (id)objectForPropertySet:(id)a0 contentItem:(id)a1 context:(id)a2;
- (id)sectionObjectForPropertySet:(id)a0 contentItem:(id)a1 context:(id)a2;

@end