Skip to content

Commit

Permalink
Fixed assess
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsMEMZ committed Apr 13, 2024
1 parent 8e3f656 commit 4597068
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Sources/DarockKit/UIExt.swift
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,11 @@ internal extension View {

#if os(watchOS)
public struct VolumeControlView: WKInterfaceObjectRepresentable {
public typealias WKInterfaceObjectType = WKInterfaceVolumeControl
public init() {

}

public typealias WKInterfaceObjectType = WKInterfaceVolumeControl

public func makeWKInterfaceObject(context: WKInterfaceObjectRepresentableContext<VolumeControlView>) -> WKInterfaceVolumeControl {
// Return the interface object that the view displays.
Expand Down

0 comments on commit 4597068

Please sign in to comment.