1
0
鏡像自 https://github.com/arsenetar/dupeguru.git synced 2025-07-02 21:43:21 +00:00

Update imports for objc module

This commit is contained in:
Andrew Senetar 2022-03-09 05:01:12 -06:00
父節點 a02c5e5b9b
當前提交 cbfa8720f1
簽署人: arsenetar
GPG 金鑰 ID: C63300DCE48AB2F1

查看文件

@ -10,6 +10,8 @@
#include "common.h"
#import <Foundation/Foundation.h>
#import <CoreGraphics/CoreGraphics.h>
#import <ImageIO/ImageIO.h>
#define RADIANS( degrees ) ( degrees * M_PI / 180 )