From 1a47c27846ba5a53c1ff53bddc7bc6382d992238 Mon Sep 17 00:00:00 2001 From: Arthur Ariel Sabintsev Date: Fri, 30 Aug 2019 09:49:48 -0400 Subject: [PATCH] Removed public modifier --- Sources/Zephyr.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Zephyr.swift b/Sources/Zephyr.swift index 570fee5..6dcf664 100644 --- a/Sources/Zephyr.swift +++ b/Sources/Zephyr.swift @@ -328,7 +328,7 @@ private extension Zephyr { /// - Parameters: /// - key: If you pass a key, only that key will updated in `UserDefaults`. /// - value: The value that will be synchronized. Must be passed with a key, otherwise, nothing will happen. - public func syncFromCloud(key: String? = nil, value: Any? = nil) { + func syncFromCloud(key: String? = nil, value: Any? = nil) { let defaults = userDefaults defaults.set(Date(), forKey: ZephyrSyncKey)