[macOS] Optimise framework imports (#3323)

This commit is contained in:
Dmitry Serov
2022-06-29 01:15:52 +01:00
committed by GitHub
parent e678f7c5f5
commit 7e278c453a
71 changed files with 103 additions and 98 deletions

View File

@@ -3,7 +3,7 @@
// License text can be found in the licenses/ folder.
// Created by Mitchell Livingston on 1/20/13.
#import <Cocoa/Cocoa.h>
#import <AppKit/AppKit.h>
@class FileListNode;
@class Torrent;