Add keyboard shortcuts for Add Feed and Add Folder

This commit is contained in:
Maurice Parker
2019-09-05 15:07:35 -05:00
parent 7582ade6f5
commit afce6ff26f
12 changed files with 45 additions and 48 deletions

View 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
}