JohnCoates/Aerial

View on GitHub
Aerial/Source/Views/PrefPanel/InfoMusicView.swift

Summary

Maintainability
A
0 mins
Test Coverage
//
//  InfoMusicView.swift
//  Aerial
//
//  Created by Guillaume Louel on 11/06/2021.
//  Copyright © 2021 Guillaume Louel. All rights reserved.
//

import Cocoa

class InfoMusicView: NSView {
    // Init(ish)
    func setStates() {
        // Nothing here for now in new universal playback
    }
}