@protocol PXDisplayAssetCollection; @interface PXNavigationListDisplayAssetCollectionItem : PXNavigationListItem { BOOL _renamable; BOOL _deletable; } @property (nonatomic, getter=isReorderable) BOOL reorderable; @property (readonly, nonatomic) id collection; @property (nonatomic) long long indentationLevel; @property (nonatomic) unsigned long long lockState; - (BOOL)isDraggable; - (void).cxx_destruct; - (id)copyWithZone:(struct _NSZone { } *)a0; - (BOOL)isDeletable; - (id)representedObject; - (id)glyphImageName; - (id)imageNameForIdentifier; - (id)initWithIdentifier:(id)a0 title:(id)a1 displayAssetCollection:(id)a2 itemCount:(long long)a3; - (BOOL)isRenamable; @end