Skip to content

Commit

Permalink
Refactor WrapperView to draw drawable features (dotnet#186)
Browse files Browse the repository at this point in the history
* Refactor WrapperView to draw drawable features

* Update class names and devide files

* Override NeesContainer to remove duplicated code

* Update class names
  • Loading branch information
JoonghyunCho authored and myroot committed Aug 25, 2022
1 parent 1e80199 commit 8f976fb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Core/src/Platform/Tizen/IWrapperViewCanvas.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

namespace Microsoft.Maui
{
public interface IWrapperViewCanvas
{
public IWrapperViewDrawables Drawables { get; }
}
}

0 comments on commit 8f976fb

Please sign in to comment.