Skip to content

Commit b2a71f5

Browse files
committed
Get rid of some old comments
Signed-off-by: Blake Skinner <[email protected]>
1 parent 3d4b468 commit b2a71f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PagedCollectionGridLayout/MITCollectionViewGridLayout.m

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
const MITAxisGridLayout MITAxisGridLayoutZero = {.spacing = 0., .numberOfItems = 0};
99

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";
1313

1414
NSString* const MITCollectionSectionIndexKey = @"MITCollectionSectionIndex";
1515
NSString* const MITCollectionPageLayoutKey = @"MITCollectionPageLayout";

0 commit comments

Comments
 (0)