像这样的东西
// Your network calls
class NetworkQuery {
}
class NetworkCommand {
}
// Service (Facade pattern)
class NetworkServices {
let networkQuery: NetworkQuery!
let networkCommand: NetworkCommand!
}
// Your controller or view model, you can place them in either both
class MyControllerOrViewModel {
let networkServices: NetworkServices!
}
Run Code Online (Sandbox Code Playgroud)
现在才值两毛钱..
| 归档时间: |
|
| 查看次数: |
1457 次 |
| 最近记录: |