Skip to content

Commit 7363d24

Browse files
committed
updating the static property to public
1 parent 9e994b4 commit 7363d24

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
@@ -10,7 +10,7 @@ import Foundation
1010

1111
public class HttpUtility
1212
{
13-
static let shared = HttpUtility()
13+
public static let shared = HttpUtility()
1414
public var authenticationToken : String? = nil
1515
public var customJsonDecoder : JSONDecoder? = nil
1616

0 commit comments

Comments
 (0)