Skip to content

Commit 0f1bdb4

Browse files
committed
Added missing header
1 parent 8efdf17 commit 0f1bdb4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Microsoft.Toolkit.Uwp.Notifications/Toasts/IToastActivateableBuilder.cs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Text;
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
// See the LICENSE file in the project root for more information.
4+
5+
using System;
46

57
namespace Microsoft.Toolkit.Uwp.Notifications
68
{

0 commit comments

Comments
 (0)