We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf176e2 commit 7daa9abCopy full SHA for 7daa9ab
browser/mac/su_updater.h
@@ -6,8 +6,6 @@
6
#ifndef BRAVE_BROWSER_MAC_SU_UPDATER_H_
7
#define BRAVE_BROWSER_MAC_SU_UPDATER_H_
8
9
-#if defined(__OBJC__)
10
-
11
#import <Foundation/Foundation.h>
12
13
@interface SUUpdateDriver;
@@ -19,9 +17,9 @@
19
17
20
18
@interface SUUpdater : NSObject
21
22
-@property (strong) SUUpdateDriver *driver;
+@property(strong) SUUpdateDriver* driver; // NOLINT
23
24
-+ (SUUpdater *)sharedUpdater;
++ (SUUpdater*)sharedUpdater; // NOLINT
25
26
- (void)checkForUpdates:(id)sender;
27
- (void)setDelegate:(id)delegate;
@@ -35,6 +33,4 @@
35
33
36
34
@end
37
38
-#endif // __OBJC__
39
40
#endif // BRAVE_BROWSER_MAC_SU_UPDATER_H_
0 commit comments