Created
November 29, 2022 00:44
-
-
Save karenxpn/a90c49dfd2bdc10a1b52890f4f06260e 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 Foundation | |
import SwiftUI | |
struct AudioPreviewModel: Hashable { | |
var magnitude: Float | |
var color: Color | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment