Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit b9c3e77

Browse files
committed
header gueards
1 parent 8851a08 commit b9c3e77

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

shell/platform/darwin/macos/framework/Source/FlutterDisplayLink.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERDISPLAYLINK_H_
2+
#define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERDISPLAYLINK_H_
3+
14
#import <AppKit/AppKit.h>
25

36
@protocol FlutterDisplayLinkDelegate <NSObject>
@@ -33,3 +36,5 @@
3336
- (void)invalidate;
3437

3538
@end
39+
40+
#endif // FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERDISPLAYLINK_H_

shell/platform/darwin/macos/framework/Source/FlutterVSyncWaiter.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERVSYNCWAITER_H_
2+
#define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERVSYNCWAITER_H_
3+
14
#import <AppKit/AppKit.h>
25

36
@class FlutterDisplayLink;
@@ -19,3 +22,5 @@
1922
- (void)waitForVSync:(uintptr_t)baton;
2023

2124
@end
25+
26+
#endif // FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERVSYNCWAITER_H_

0 commit comments

Comments
 (0)