Created
March 7, 2017 23:59
-
-
Save roothybrid7/9157429729a85f19b9675af177c4a410 to your computer and use it in GitHub Desktop.
try! Swift Tokyo 2017 に参加した&リンク集 ref: http://qiita.com/roothybrid7/items/267ad11df4f87765588c
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
struct Environment { | |
let apiService: ServiceProtocol | |
let cookieStorage: HTTPCookieStorageProtocol | |
let currentUser: User? | |
let dataType: DateProtocol.Type | |
... | |
let mainBundle: BundleProtocol | |
let scheduler: SchedulerProtocol // Reactive.Scheduler | |
let reachability: ReachabilityProtocol // 通信状態のシグナルはグローバル | |
let userDefaults: UserDefaultsProtocol | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment