Storm/Sources/StORM/StORMDataSourceOptions.swift

17 lines
205 B
Swift

//
// DataSourceOptions.swift
// StORM
//
// Created by Jonathan Guthrie on 2016-09-23.
//
//
import Foundation
// add options as they are determined
enum StORMDataSourceOptions {
case SSL(Bool)
}