We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91cae9 commit 6a4610cCopy full SHA for 6a4610c
Mixpanel/Controller.cs
@@ -10,6 +10,10 @@
10
using Unity.Jobs;
11
using Unity.Collections;
12
13
+#if UNITY_IOS
14
+using UnityEngine.iOS;
15
+#endif
16
+
17
namespace mixpanel
18
{
19
internal class Controller : MonoBehaviour
Mixpanel/Worker.cs
@@ -10,10 +10,6 @@
using System.Net.Http;
using System.Web;
-#if UNITY_IOS
-using UnityEngine.iOS;
-#endif
-
public static partial class Worker
0 commit comments