mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add refresh interval to settings again
This commit is contained in:
15
iOS/Model Extensions/RefreshInterval-Extensions.swift
Normal file
15
iOS/Model Extensions/RefreshInterval-Extensions.swift
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// RefreshInterval-Extensions.swift
|
||||
// NetNewsWire-iOS
|
||||
//
|
||||
// Created by Maurice Parker on 9/7/19.
|
||||
// Copyright © 2019 Ranchero Software. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
extension RefreshInterval: Identifiable {
|
||||
var id: Int {
|
||||
return rawValue
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user