Skip to content

Commit 6191d0f

Browse files
committed
updating from struct to class
1 parent 5085f43 commit 6191d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HttpUtility/HttpUtility.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import Foundation
1010

11-
public struct HttpUtility
11+
public class HttpUtility
1212
{
1313
static let shared = HttpUtility()
1414
public var authenticationToken : String? = nil

0 commit comments

Comments
 (0)