Sha256: 3836e3632bc400fb165dcfb8b3b4f99eb5053ca374f21b4985b87b221c48d49e
Contents?: true
Size: 253 Bytes
Versions: 1
Compression:
Stored size: 253 Bytes
Contents
import UIKit class WidgetViewController: UIViewController { var widgetService = WidgetService() var widgets: [Widget]? override func viewDidLoad() { super.viewDidLoad() widgets = widgetService.fetchWidgets(true) } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
swiftfake-0.3.0 | ExampleApp/ExampleApp/WidgetViewController.swift |