We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6375b0 commit 12a7debCopy full SHA for 12a7deb
2 files changed
BGMApp/BGMApp/BGMAppDelegate.h
@@ -23,13 +23,11 @@
23
// Sets up and tears down the app.
24
//
25
26
-// Local Includes
27
-#import "BGMAudioDeviceManager.h"
28
-#import "BGMAppVolumesController.h"
29
-
30
// System Includes
31
#import <Cocoa/Cocoa.h>
32
+@class BGMAudioDeviceManager;
+@class BGMAppVolumesController;
33
34
// Tags for UI elements in MainMenu.xib
35
static NSInteger const kVolumesHeadingMenuItemTag = 3;
BGMApp/BGMApp/Scripting/BGMAppDelegate+AppleScript.h
@@ -23,6 +23,10 @@
#import "BGMAppDelegate.h"
+// Local Includes
+#import "BGMAudioDeviceManager.h"
+#import "BGMAppVolumesController.h"
+
// Local Includes
#import "BGMASOutputDevice.h"
#import "BGMASApplication.h"
0 commit comments