Skip to content

Commit 76bf10b

Browse files
author
Christoffer Winterkvist
committed
Revert "Convert struct to enum"
This reverts commit cb9b524.
1 parent cb9b524 commit 76bf10b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/Shared/Extensions/JSON+Cache.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Foundation
22

3-
/// A configuration enum
4-
public enum CacheJSONOptions {
3+
/// A configuration struct
4+
public struct CacheJSONOptions {
55
/// Options used when creating Foundation objects from JSON data
66
public static var readingOptions: NSJSONReadingOptions = NSJSONReadingOptions()
77
/// Options for writing JSON data.

0 commit comments

Comments
 (0)