Add const directive

This commit is contained in:
Gregory John Casamento 2022-11-28 01:33:03 -05:00
parent 5612120c06
commit 80c0c7f92c
2 changed files with 3 additions and 3 deletions

View file

@ -48,7 +48,7 @@ typedef NSInteger NSCollectionElementCategory;
typedef NSString *NSCollectionViewDecorationElementKind;
NSCollectionViewSupplementaryElementKind NSCollectionElementKindInterItemGapIndicator;
const NSCollectionViewSupplementaryElementKind NSCollectionElementKindInterItemGapIndicator;
@class NSCollectionViewLayoutAttributes;
@class NSCollectionView;