Skip to content

Instantly share code, notes, and snippets.

@mmuszynski
Created May 8, 2022 22:22
Show Gist options
  • Save mmuszynski/36e81b6edd5f6a7a08860854bc096a17 to your computer and use it in GitHub Desktop.
Save mmuszynski/36e81b6edd5f6a7a08860854bc096a17 to your computer and use it in GitHub Desktop.
import SwiftUI
import Music
@available(macOS 12, *)
@available(iOS 13, *)
extension MusicClef: View {}
@available(macOS 12, *)
@available(iOS 13, *)
extension MusicNote: View {}
@available(macOS 12, *)
@available(iOS 13, *)
extension MusicAccidental: View {}
@available(macOS 12, *)
@available(iOS 13, *)
extension MusicStaffViewElement {
public var body: some View {
self.swiftUIShape
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment