mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-24 16:10:41 +01:00
16 lines
351 B
Swift
16 lines
351 B
Swift
|
//
|
||
|
// DiskDictionaryConstants.swift
|
||
|
// Rainier
|
||
|
//
|
||
|
// 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"
|
||
|
|