Skip to content

Commit 8be677c

Browse files
committed
Added missed using statement
1 parent d89a59d commit 8be677c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PushSharp.Apple/ApnsConfiguration.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using System;
22
using System.Collections.Generic;
33
using System.Security.Cryptography.X509Certificates;
4+
using System.Text.RegularExpressions;
45

56
namespace PushSharp.Apple
67
{

0 commit comments

Comments
 (0)