Skip to content

Commit

Permalink
Remove IView from IPlaceholder
Browse files Browse the repository at this point in the history
  • Loading branch information
hartez committed Mar 17, 2021
1 parent 69543cd commit 59ec4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/src/Core/IPlaceholder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/// <summary>
/// Provides functionality to be able to use a Placeholder.
/// </summary>
public interface IPlaceholder : IView
public interface IPlaceholder
{
/// <summary>
/// Gets the placeholder or hint text.
Expand Down

0 comments on commit 59ec4e3

Please sign in to comment.