Fix externs for collection view, correct NSFontIdentityMatrix type

This commit is contained in:
Gregory John Casamento 2022-11-28 01:55:09 -05:00
parent c8c3e9720c
commit af643cc821
4 changed files with 10 additions and 4 deletions

View file

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