Skip to content

Commit 84361f3

Browse files
authored
Merge pull request #12 from codecat15/minor-fixes
updating from struct to class
2 parents 5085f43 + 6191d0f commit 84361f3

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)