Created
May 8, 2022 22:22
-
-
Save mmuszynski/36e81b6edd5f6a7a08860854bc096a17 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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