Update NSCollectionView*.h headers to export symbols properly on Windows

This commit is contained in:
Gregory John Casamento 2022-10-10 16:02:18 -04:00
parent 9b56fe8df0
commit fa820398d9
5 changed files with 19 additions and 4 deletions

View file

@ -27,6 +27,7 @@
#import <AppKit/NSCollectionView.h>
#import <AppKit/NSCollectionViewLayout.h>
#import <AppKit/AppKitDefines.h>
@class NSMutableIndexSet;
@ -46,6 +47,7 @@ typedef NSInteger NSCollectionViewScrollDirection;
NSCollectionViewSupplementaryElementKind const NSCollectionElementKindSectionHeader;
NSCollectionViewSupplementaryElementKind const NSCollectionElementKindSectionFooter;
APPKIT_EXPORT_CLASS
@interface NSCollectionViewFlowLayoutInvalidationContext : NSCollectionViewLayoutInvalidationContext
{
BOOL _invalidateFlowLayoutDelegateMetrics;
@ -87,6 +89,7 @@ NSCollectionViewSupplementaryElementKind const NSCollectionElementKindSectionFoo
@end
APPKIT_EXPORT_CLASS
@interface NSCollectionViewFlowLayout : NSCollectionViewLayout
{
CGFloat _minimumLineSpacing;