Storm/Sources/StORM/StORMProtocol.swift

13 lines
171 B
Swift

//
// StORMProtocol.swift
// StORM
//
// Created by Jonathan Guthrie on 2016-09-30.
//
//
public protocol StORMProtocol {
func to(_ this: StORMRow)
func makeRow()
}