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
| // | |
| // DataType.swift | |
| // Reading Journal | |
| // | |
| // | |
| import Foundation | |
| enum DataType: CaseIterable { | |
| case beta |
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
| // | |
| // DataStoreSeeding.swift | |
| // Reading Journal | |
| // | |
| // | |
| /// For debugging purposes when using Swift Previews, we may want | |
| /// the data store to be loaded with some preliminary data. This enum, | |
| /// ``DataStoreSeeding``, is what will represent that starting data. | |
| /// |
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
| // | |
| // DataFetcher.swift | |
| // Reading Journal | |
| // | |
| // | |
| import Foundation | |
| protocol DataFetcher { | |
| /// An associated type for this ``DataFetcher``, which links it to a |
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
| // | |
| // DataStore.swift | |
| // Reading Journal | |
| // | |
| // | |
| import Foundation | |
| /// The job of a ``DataStore`` is simply to store the data that's been fetched | |
| /// and organize it. The data store's data is managed using a Singleton pattern, |
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
| // | |
| // NetworkRequest.swift | |
| // Reading Journal | |
| // | |
| // | |
| import Foundation | |
| extension Network { | |
| /// This represents a network request. This class is what does the work of |
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
| // | |
| // NetworkResource.swift | |
| // Reading Journal | |
| // | |
| import Foundation | |
| // MARK: Base NetworkResource Protocol | |
| /** |
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
| Country | Henley Index | Visitors in 2023 | Revenue | Accessibility Index | # Passports Needing a Visa | Continents | |
|---|---|---|---|---|---|---|---|
| France | 189 | 100M | $68.6B | 93 | 106 | Europe | |
| Spain | 189 | 85.17M | $92B | 93 | 106 | Europe | |
| United States | 182 | 66.48M | $175.9B | 46 | 153 | North America | |
| Italy | 189 | 57.25M | $55.9B | 93 | 106 | Europe | |
| Türkiye | 114 | 55.16M | $49.5B | 110 | 89 | Europe & Asia | |
| Mexico | 158 | 42.15M | $30.8B | 67 | 132 | North America | |
| United Kingdom | 186 | 37.22M | $73.9B | 88 | 111 | Europe | |
| Germany | 189 | 34.8M | $37.4B | 93 | 106 | Europe | |
| Greece | 187 | 32.74M | $22.3B | 93 | 106 | Europe |
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
| Afghanistan | |
| Albania | |
| Algeria | |
| American Samoa | |
| Andorra | |
| Angola | |
| Anguilla | |
| Antigua and Barbuda | |
| Argentina | |
| Armenia |
NewerOlder