[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

@@ -2,7 +2,7 @@
// It may be used under the MIT (SPDX: MIT) license.
// License text can be found in the licenses/ folder.
#import <Cocoa/Cocoa.h>
#import <AppKit/AppKit.h>
@class Controller;
@class Torrent;