@class NSObject; @protocol NSCopying; @interface PXStoryConcreteChapterCollectionChapterDeletion : NSObject @property (readonly, nonatomic) NSObject *deletedChapterIdentifier; @property (readonly, nonatomic) long long kind; - (id)init; - (void).cxx_destruct; - (id)initWithDeletedChapterIdentifier:(id)a0; @end