Skip to content

Commit

Permalink
FigoClient initializer needs to be public
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian König committed Dec 10, 2015
1 parent 51780c7 commit 538e141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/FigoClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class FigoClient {
var refreshToken: String?


init() {
public init() {
session = NSURLSession(configuration: NSURLSessionConfiguration.defaultSessionConfiguration(), delegate: sessionDelegate, delegateQueue: nil)
log.setup(.Verbose, showFunctionName: false, showDate: false, showThreadName: false, showLogLevel: false, showFileNames: false, showLineNumbers: false, writeToFile: nil, fileLogLevel: .None)
}
Expand Down

0 comments on commit 538e141

Please sign in to comment.