@class NSString, NSMutableDictionary, NSMutableSet; @protocol CSAdjunctListModelDelegate; @interface CSAdjunctListModel : NSObject { NSMutableDictionary *_identifiersToItems; NSMutableSet *_pendingItems; BOOL _suspended; } @property (weak, nonatomic) id delegate; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)init; - (void)_reallyAddOrUpdateItem:(id)a0; - (void)resumeItemHandling; - (void).cxx_destruct; - (void)suspendItemHandling; - (void)_replayPendingChanges; - (void)removeItemForIdentifier:(id)a0; - (void)addOrUpdateItem:(id)a0; @end