13 lines
217 B
Swift
13 lines
217 B
Swift
//
|
|
// File.swift
|
|
//
|
|
//
|
|
// Created by Maurice Parker on 9/22/22.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
public struct CloudKitWebDocumentation {
|
|
public static let limitationsAndSolutions = "https://netnewswire.com/help/iCloud"
|
|
}
|