駆け出しエンジニアハッシュタグについて前ちょっと調べたことを残しておく、これは単なる私の調べたメモです。
間違っている、押さえきれていない、見逃している可能性も沢山ありますので、注意してください
調査は
- twitter検索
- Google Trend
| class BundleSegue: ConfigurationSegue { | |
| typealias Source = BundlesViewController | |
| typealias Destination = BundleViewController | |
| typealias First = BundlesViewController | |
| typealias Second = BundleViewController | |
| override func inject() { | |
| destinationController.viewModel = resolver.resolve(BundleViewModelType.self) |
| // | |
| // GalleryItemCell.swift | |
| // BrunchApp | |
| // | |
| // Created by Liam Nichols on 30/04/2017. | |
| // Copyright © 2017 Bottomless Brunches. All rights reserved. | |
| // | |
| import UIKit |