@class NSString, NSIndexPath; @interface PUTileIdentifier : NSObject { unsigned long long _hash; } @property (readonly, nonatomic) NSIndexPath *indexPath; @property (readonly, nonatomic) NSString *tileKind; @property (readonly, nonatomic) NSString *dataSourceIdentifier; - (unsigned long long)hash; - (id)description; - (void).cxx_destruct; - (BOOL)isEqual:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)initWithIndexPath:(id)a0 tileKind:(id)a1 dataSourceIdentifier:(id)a2; @end