mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add keyboard shortcuts for Add Feed and Add Folder
This commit is contained in:
14
iOS/Add/AddControllerType.swift
Normal file
14
iOS/Add/AddControllerType.swift
Normal file
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// AddControllerType.swift
|
||||
// NetNewsWire-iOS
|
||||
//
|
||||
// Created by Maurice Parker on 9/5/19.
|
||||
// Copyright © 2019 Ranchero Software. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
enum AddControllerType: Int {
|
||||
case feed = 0
|
||||
case folder = 1
|
||||
}
|
||||
Reference in New Issue
Block a user