Storm/Sources/StORM/StORMDataSourceOptions.swift

15 lines
186 B
Swift

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