Skip to content

Commit 6fde937

Browse files
committed
Added LocationService dependencies
1 parent f3f0797 commit 6fde937

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
//
2+
// LocationService+Dependencies.swift
3+
// SkyWizard-SwiftUI
4+
//
5+
// Created by Hishara Dilshan on 13/11/2024.
6+
//
7+
8+
import Foundation
9+
import SkyWizardService
10+
import Factory
11+
12+
extension Container {
13+
var locationServiceGps: Factory<LocationService> {
14+
Factory(self) {
15+
LocationServiceGps()
16+
}
17+
}
18+
}

0 commit comments

Comments
 (0)