@class UICollectionViewLayout, NSMutableDictionary, _UIMutableFastIndexSet, UICollectionView, _UICollectionViewDataAttributesMap, NSArray; @interface UICollectionViewData : NSObject { UICollectionView *_collectionView; UICollectionViewLayout *_layout; _UIMutableFastIndexSet *_globalIndexesOfItemsAwaitingValidation; NSMutableDictionary *_supplementaryLayoutAttributes; NSMutableDictionary *_decorationLayoutAttributes; NSMutableDictionary *_invalidatedSupplementaryIndexPaths; NSMutableDictionary *_invalidatedDecorationIndexPaths; long long _lastSectionTestedForNumberOfItemsBeforeSection; long long _lastResultForNumberOfItemsBeforeSection; struct CGSize { double width; double height; } _contentSize; struct { unsigned char contentSizeIsValid : 1; unsigned char itemCountsAreValid : 1; unsigned char layoutIsPreparing : 1; unsigned char layoutIsPrepared : 1; unsigned char layoutLocked : 1; } _collectionViewDataFlags; struct vector> { long long *__begin_; long long *__end_; struct __compressed_pair> { long long *__value_; } __end_cap_; } _sectionItemCounts; struct unordered_map, std::equal_to, std::allocator>> { struct __hash_table, std::__unordered_map_hasher, std::hash, std::equal_to>, std::__unordered_map_equal, std::equal_to, std::hash>, std::allocator>> { struct unique_ptr, void *> *> *[], std::__bucket_list_deallocator, void *> *> *>>> { struct __compressed_pair, void *> *> **, std::__bucket_list_deallocator, void *> *> *>>> { void **__value_; struct __bucket_list_deallocator, void *> *> *>> { struct __compressed_pair, void *> *> *>> { unsigned long long __value_; } __data_; } __value_; } __ptr_; } __bucket_list_; struct __compressed_pair, void *> *>, std::allocator, void *>>> { struct __hash_node_base, void *> *> { void *__next_; } __value_; } __p1_; struct __compressed_pair, std::hash, std::equal_to>> { unsigned long long __value_; } __p2_; struct __compressed_pair, std::equal_to, std::hash>> { float __value_; } __p3_; } __table_; } _globalItemMap; long long _totalItemCount; _UICollectionViewDataAttributesMap *_attributesMap; unsigned long long _preUpdateCachedItemCount; NSArray *_clonedCellAttributes; NSArray *_clonedSupplementaryAttributes; NSArray *_clonedDecorationAttributes; } - (id).cxx_construct; - (void).cxx_destruct; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })_TEST_validLayoutRect; @end