Revert "Convert struct to enum"

This reverts commit cb9b524452.
This commit is contained in:
Christoffer Winterkvist
2016-06-07 14:28:17 +02:00
parent cb9b524452
commit 76bf10b7ab
+2 -2
View File
@@ -1,7 +1,7 @@
import Foundation
/// A configuration enum
public enum CacheJSONOptions {
/// A configuration struct
public struct CacheJSONOptions {
/// Options used when creating Foundation objects from JSON data
public static var readingOptions: NSJSONReadingOptions = NSJSONReadingOptions()
/// Options for writing JSON data.