fix: lint Objective-C header files (#31923)
This commit is contained in:
parent
98a5996b30
commit
7ff15038d6
4 changed files with 15 additions and 9 deletions
|
@ -2,6 +2,9 @@
|
|||
// Use of this source code is governed by the MIT license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef SHELL_BROWSER_MAC_ELECTRON_APPLICATION_DELEGATE_H_
|
||||
#define SHELL_BROWSER_MAC_ELECTRON_APPLICATION_DELEGATE_H_
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
#import "shell/browser/ui/cocoa/electron_menu_controller.h"
|
||||
|
@ -15,3 +18,5 @@
|
|||
- (void)setApplicationDockMenu:(electron::ElectronMenuModel*)model;
|
||||
|
||||
@end
|
||||
|
||||
#endif // SHELL_BROWSER_MAC_ELECTRON_APPLICATION_DELEGATE_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue