Sha256: 0ae60c76e4eb30279a452edbb30cde41d1bb90b068d3fdfabf9f152e6b235fb8
Contents?: true
Size: 159 Bytes
Versions: 1
Compression:
Stored size: 159 Bytes
Contents
import Foundation class WidgetService { func fetchWidgets(onlyBlue: Bool) -> [Widget] { // ... Complex business logic return [] } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
swiftfake-0.3.0 | ExampleApp/ExampleApp/WidgetService.swift |