Fix protocol error

This commit is contained in:
Gregory Casamento 2022-08-30 07:14:10 -04:00 committed by Gregory John Casamento
parent a3a9a1712c
commit eb319c9499

View file

@ -48,7 +48,7 @@ typedef NSUInteger NSFontAssetRequestOptions;
DEFINE_BLOCK_TYPE(GSFontAssetCompletionHandler, BOOL, NSError*);
APPKIT_EXPORT_CLASS
@interface NSFontAssetRequest : NSObject <NSProgressReporting>
@interface NSFontAssetRequest : NSObject // <NSProgressReporting>
- (instancetype) initWithFontDescriptors: (NSArray *)fontDescriptors
options: (NSFontAssetRequestOptions)options;