mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 01:11:46 +03:00
7 lines
116 B
Swift
7 lines
116 B
Swift
|
|
|
||
|
|
class ConnectivityApiImpl: ConnectivityApi {
|
||
|
|
func getCapabilities() throws -> [NetworkCapability] {
|
||
|
|
[]
|
||
|
|
}
|
||
|
|
}
|