adding StORMProtocol

This commit is contained in:
Jonathan Guthrie 2016-10-05 10:31:48 -04:00
parent fe8ea100a7
commit 011c754089
1 changed files with 3 additions and 1 deletions

View File

@ -6,4 +6,6 @@
//
//
import Foundation
public protocol StORMProtocol {
func to(_ this: StORMRow)
}