Skip to content

Commit 0e1f6f6

Browse files
Copilotjfversluis
andcommitted
Fix PublicAPI files by adding interface declaration for IPlatformMeasureInvalidationController
Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com>
1 parent 4b30c92 commit 0e1f6f6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Core/src/PublicAPI/net-ios/PublicAPI.Unshipped.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#nullable enable
2+
Microsoft.Maui.Platform.IPlatformMeasureInvalidationController
23
Microsoft.Maui.Platform.IPlatformMeasureInvalidationController.InvalidateAncestorsMeasuresWhenMovedToWindow() -> void
34
Microsoft.Maui.Platform.IPlatformMeasureInvalidationController.InvalidateMeasure(bool isPropagating = false) -> bool
45
virtual Microsoft.Maui.Animations.Lerp.LerpDelegate.Invoke(object! start, object! end, double progress) -> object!

src/Core/src/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#nullable enable
2+
Microsoft.Maui.Platform.IPlatformMeasureInvalidationController
23
Microsoft.Maui.Platform.IPlatformMeasureInvalidationController.InvalidateAncestorsMeasuresWhenMovedToWindow() -> void
34
Microsoft.Maui.Platform.IPlatformMeasureInvalidationController.InvalidateMeasure(bool isPropagating = false) -> bool
45
virtual Microsoft.Maui.Animations.Lerp.LerpDelegate.Invoke(object! start, object! end, double progress) -> object!

0 commit comments

Comments
 (0)