mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-12 17:36:19 +01:00
16 lines
353 B
Swift
16 lines
353 B
Swift
//
|
|
// DiskDictionaryConstants.swift
|
|
// Evergreen
|
|
//
|
|
// Created by Brent Simmons on 4/9/16.
|
|
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
let diskDictionarySettingsKey = "settings"
|
|
let diskDictionaryChildrenKey = "children"
|
|
let diskDictionaryFolderIDKey = "folderID"
|
|
let diskDictionaryFeedIDKey = "feedID"
|
|
|