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

@ -43,8 +43,8 @@ enum
};
typedef NSInteger NSCollectionViewScrollDirection;
const static NSCollectionViewSupplementaryElementKind NSCollectionElementKindSectionHeader;
const static NSCollectionViewSupplementaryElementKind NSCollectionElementKindSectionFooter;
APPKIT_EXPORT NSCollectionViewSupplementaryElementKind NSCollectionElementKindSectionHeader;
APPKIT_EXPORT NSCollectionViewSupplementaryElementKind NSCollectionElementKindSectionFooter;
APPKIT_EXPORT_CLASS
@interface NSCollectionViewFlowLayoutInvalidationContext : NSCollectionViewLayoutInvalidationContext