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
import Katana | |
import Ramen | |
import SBundle | |
import Storages | |
import Tempura | |
final class DependenciesContainer: RamenAppDelegate, SBundleProvider, Provider, <#Other app specific protocols#> { | |
// MARK: - Basic Dependencies Container requirements | |
let dispatch: StoreDispatch |
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
import Foundation | |
// MARK: Katana | |
public protocol State {} | |
public protocol AnyStateUpdater {} | |
public protocol AnySideEffect {} | |
public protocol AnySideEffectContext { | |
func getAnyState() -> State | |
} |
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
import { searchWeatherLocation } from "utils/sourceSuggestionFetchers"; | |
import { v4 as uuidv4 } from "uuid"; | |
/* | |
Generic props with sensible defaults, they should stay in their own file | |
The input params could be composed even more, by creating a couple more | |
that capture the various possible sensible configurations | |
*/ | |
interface ISourceProps { |
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
1 | |
00:00:00,120 --> 00:00:02,193 | |
- This is test one. | |
2 | |
00:00:08,189 --> 00:00:10,859 | |
The Catesby Tunnel in | |
Northamptonshire, England | |
3 |
OlderNewer