added prefix to prevent name clash

This commit is contained in:
Michael Starke
2019-08-16 15:38:01 +02:00
parent cbc74ccca6
commit 6b94cbd81b

View File

@@ -23,7 +23,7 @@
#import "KPKEntry+MPCustomAttributeProperties.h"
#import <objc/runtime.h>
NSString *const MPCustomAttributePropertyPrefix = @"valueForCustomAttribute";
NSString *const MPCustomAttributePropertyPrefix = @"mp_valueForCustomAttribute";
@implementation KPKEntry (MPCustomAttributeProperties)