2 changed files with 18 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||
using System; |
|||
|
|||
namespace Avalonia.Metadata |
|||
{ |
|||
public class InternalApiAttribute : Attribute |
|||
{ |
|||
|
|||
} |
|||
} |
|||
@ -0,0 +1,9 @@ |
|||
using System; |
|||
|
|||
namespace Avalonia.Metadata |
|||
{ |
|||
public class PrivateApiAttribute : Attribute |
|||
{ |
|||
|
|||
} |
|||
} |
|||
Loading…
Reference in new issue