adding makeRow to the protocol
This commit is contained in:
parent
85ce18623f
commit
605657d2b5
|
@ -8,4 +8,5 @@
|
||||||
|
|
||||||
public protocol StORMProtocol {
|
public protocol StORMProtocol {
|
||||||
func to(_ this: StORMRow)
|
func to(_ this: StORMRow)
|
||||||
|
func makeRow()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue