Skip to content

Commit ec743ea

Browse files
committed
Removed unnecesry directives
1 parent 6e43088 commit ec743ea

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

AppTrackingTransparency.iOS/AppTrackingTransparencyPermission.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
using Foundation;
2-
using System;
1+
using System;
32
using System.Collections.Generic;
4-
using System.Linq;
5-
using System.Text;
63
using System.Threading.Tasks;
7-
using UIKit;
84
using Xamarin.Essentials;
95
using XEssentialsTest.Extensions;
106
using static Xamarin.Essentials.Permissions;

AppTrackingTransparency/Extensions/IPermission.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Text;
4-
using System.Threading.Tasks;
1+
using System.Threading.Tasks;
52
using Xamarin.Essentials;
63

74
namespace XEssentialsTest.Extensions

0 commit comments

Comments
 (0)