Noobish1/WeatherRules

View on GitHub
App/Models/WhatToWearModels/Objects/WhatsNewState.swift

Summary

Maintainability
A
0 mins
Test Coverage
import Foundation

public enum WhatsNewState: Equatable {
    case showWhatsNew
    case hideWhatsNew(updateSettings: Bool)
}