Created
May 9, 2016 13:51
-
-
Save thanhluu/5faf04d1ea53755622888493cc5f7c45 to your computer and use it in GitHub Desktop.
IntSwiftS1V5T2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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