dreampiggy/AVIFQuickLook

XCode 13 CoreGraphics import

martin-haynes opened this issue · 1 comments

Latest xcode required me to import this library explicitly.

@import CoreGraphics;

#import <Foundation/Foundation.h>

Should be solved by #12