adding StORMProtocol
This commit is contained in:
parent
fe8ea100a7
commit
011c754089
|
@ -6,4 +6,6 @@
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
|
|
||||||
import Foundation
|
public protocol StORMProtocol {
|
||||||
|
func to(_ this: StORMRow)
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue