@class NSString, NSArray; @interface MSVSectionedCollection : NSObject { NSArray *_sectionedItems; NSArray *_sections; } @property (class, readonly) BOOL supportsSecureCoding; @property (readonly, nonatomic) id firstSection; @property (readonly, nonatomic) id lastSection; @property (readonly, nonatomic) id firstItem; @property (readonly, nonatomic) id lastItem; @property (readonly, nonatomic) long long totalItemCount; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (Class)msv_immutableClass; + (Class)msv_mutableClass; - (id)allItems; - (void)enumerateItemsUsingBlock:(id /* block */)a0; - (id)init; - (long long)globalIndexForIndexPath:(id)a0; - (void)encodeWithCoder:(id)a0; - (id)allSections; - (id)indexPathForGlobalIndex:(long long)a0; - (long long)numberOfItemsInSection:(long long)a0; - (id)_stateDumpObject; - (BOOL)hasSameContentAsSectionedCollection:(id)a0; - (id)itemsInSectionAtIndex:(long long)a0; - (id)itemAtIndexPath:(id)a0; - (long long)numberOfSections; - (id)sectionAtIndex:(long long)a0; - (void).cxx_destruct; - (void)enumerateItemsInSectionAtIndex:(long long)a0 usingBlock:(id /* block */)a1; - (id)mutableCopyWithZone:(struct _NSZone { } *)a0; - (void)_initializeAsEmptySectionedCollection; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (void)enumerateSectionsUsingBlock:(id /* block */)a0; - (void)reverseEnumerateSectionsUsingBlock:(id /* block */)a0; @end