// // UpdateCurrentSong.swift // Persephone // // Created by Daniel Barber on 2019/4/27. // Copyright © 2019 Dan Barber. All rights reserved. // import ReSwift struct UpdateCurrentSong: Action { var currentSong: Song }