Skip to content

Instantly share code, notes, and snippets.

@pepicrft
Created July 19, 2016 21:31
Show Gist options
  • Select an option

  • Save pepicrft/8e1aa486d0366dae7552b7739dd0e852 to your computer and use it in GitHub Desktop.

Select an option

Save pepicrft/8e1aa486d0366dae7552b7739dd0e852 to your computer and use it in GitHub Desktop.
// Offline.swift
class Offline {
// MARK: - Internal
internal var storage: Storage
// MARK: - Init
public init() {
self.storage = Storage(modeL: "Offline")
self.storage.setup()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment