File tree 1 file changed +3
-3
lines changed
PagedCollectionGridLayout
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
const MITAxisGridLayout MITAxisGridLayoutZero = {.spacing = 0 ., .numberOfItems = 0 };
9
9
10
- NSString * const MITCollectionKindFloatingHeader = @" MITCollectionKindFloatingHeader" ; // @{<key> : UICollectionViewLayoutAttributes}
11
- NSString * const MITCollectionKindFloatingFooter = @" MITCollectionKindFloatingFooter" ; // @{<key> : UICollectionViewLayoutAttributes}
12
- NSString * const MITCollectionKindCell = @" MITCollectionKindCell" ; // @{<key> : @{ NSIndexPath : UICollectionViewLayoutAttributes}}
10
+ NSString * const MITCollectionKindFloatingHeader = @" MITCollectionKindFloatingHeader" ;
11
+ NSString * const MITCollectionKindFloatingFooter = @" MITCollectionKindFloatingFooter" ;
12
+ NSString * const MITCollectionKindCell = @" MITCollectionKindCell" ;
13
13
14
14
NSString * const MITCollectionSectionIndexKey = @" MITCollectionSectionIndex" ;
15
15
NSString * const MITCollectionPageLayoutKey = @" MITCollectionPageLayout" ;
You can’t perform that action at this time.
0 commit comments