File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -121,14 +121,14 @@ public class ShareClientManager: CGMManager {
121121 }
122122}
123123
124- // MARK: - DeviceAlertResponder implementation
124+ // MARK: - AlertResponder implementation
125125extension ShareClientManager {
126- public func acknowledgeAlert( alertIdentifier: DeviceAlert . AlertIdentifier ) { }
126+ public func acknowledgeAlert( alertIdentifier: Alert . AlertIdentifier ) { }
127127}
128128
129- // MARK: - DeviceAlertSoundVendor implementation
129+ // MARK: - AlertSoundVendor implementation
130130extension ShareClientManager {
131131 public func getSoundBaseURL( ) -> URL ? { return nil }
132- public func getSounds( ) -> [ DeviceAlert . Sound ] { return [ ] }
132+ public func getSounds( ) -> [ Alert . Sound ] { return [ ] }
133133}
134134
You can’t perform that action at this time.
0 commit comments