Skip to content

Instantly share code, notes, and snippets.

@thanhluu
Created May 9, 2016 13:51
Show Gist options
  • Save thanhluu/5faf04d1ea53755622888493cc5f7c45 to your computer and use it in GitHub Desktop.
Save thanhluu/5faf04d1ea53755622888493cc5f7c45 to your computer and use it in GitHub Desktop.
IntSwiftS1V5T2
import UIKit
class ReadItLaterClient {
lazy var session: NSURLSession = NSURLSession(configuration: NSURLSessionConfiguration.defaultSessionConfiguration())
/* Do the rest of the work */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment