@class NSString; @interface PLTaggedPointerDataStoreKey : PLTaggedPointer <PLResourceDataStoreKey, PLTableThumbResourceKey, PLChooserKeyProperties> @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)keyWithKeyStruct:(const void *)a0 keyLength:(unsigned long long)a1 forStoreClassID:(unsigned short)a2 inLibraryWithID:(id)a3; - (id)initWithKeyStruct:(const void *)a0; - (id)fileURLForAssetID:(id)a0; - (BOOL)isDerivative; - (id)keyData; - (unsigned int)resourceVersion; - (unsigned int)recipeIDForAssetID:(id)a0; - (id)validateForAssetID:(id)a0 resourceIdentity:(id)a1; - (id)descriptionForAssetID:(id)a0; - (void)tableType:(unsigned int *)a0 index:(int *)a1; - (id)uniformTypeIdentifier; - (unsigned int)resourceType; - (id)_heapAllocatedRepresentationInLibraryWithID:(id)a0; - (BOOL)isEqualToKey:(id)a0; - (BOOL)representsSquareResource; - (BOOL)isEqual:(id)a0; @end