mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
15 lines
247 B
Swift
15 lines
247 B
Swift
//
|
|
// AccountRefreshMode.swift
|
|
// Account
|
|
//
|
|
// Created by Maurice Parker on 4/25/19.
|
|
// Copyright © 2019 Ranchero Software, LLC. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
public enum AccountRefreshMode {
|
|
case background
|
|
case forground
|
|
}
|