Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
[iOS] make VisualElementExtensions public (#7144)
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWeen authored and StephaneDelcroix committed Aug 14, 2019
1 parent 6359b16 commit 20b9a4b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3,7 +3,7 @@

namespace Xamarin.Forms.Platform.iOS
{
internal static class VisualElementExtensions
public static class VisualElementExtensions
{
public static IVisualElementRenderer GetRenderer(this VisualElement self)
{
Expand Down

0 comments on commit 20b9a4b

Please sign in to comment.