mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Stub out mark as read and star functionality
This commit is contained in:
26
Multiplatform/Shared/Article/ArticleButtonState.swift
Normal file
26
Multiplatform/Shared/Article/ArticleButtonState.swift
Normal file
@@ -0,0 +1,26 @@
|
||||
//
|
||||
// ArticleExtractorButtonState.swift
|
||||
// Multiplatform iOS
|
||||
//
|
||||
// Created by Maurice Parker on 7/6/20.
|
||||
// Copyright © 2020 Ranchero Software. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
enum ArticleReadButtonState {
|
||||
case on
|
||||
case off
|
||||
}
|
||||
|
||||
enum ArticleStarButtonState {
|
||||
case on
|
||||
case off
|
||||
}
|
||||
|
||||
enum ArticleExtractorButtonState {
|
||||
case error
|
||||
case animated
|
||||
case on
|
||||
case off
|
||||
}
|
||||
Reference in New Issue
Block a user