mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
14 lines
376 B
Swift
14 lines
376 B
Swift
//
|
|
// File.swift
|
|
//
|
|
//
|
|
// Created by Maurice Parker on 9/22/22.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
public struct CloudKitWebDocumentation {
|
|
public static let limitationsAndSolutionsText = NSLocalizedString("iCloud Syncing Limitations & Solutions", comment: "iCloud Documentation")
|
|
public static let limitationsAndSolutionsURL = URL(string: "https://netnewswire.com/help/iCloud")!
|
|
}
|