Skip to content

Instantly share code, notes, and snippets.

@karenxpn
Created November 29, 2022 00:44
Show Gist options
  • Select an option

  • Save karenxpn/a90c49dfd2bdc10a1b52890f4f06260e to your computer and use it in GitHub Desktop.

Select an option

Save karenxpn/a90c49dfd2bdc10a1b52890f4f06260e to your computer and use it in GitHub Desktop.
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