adding makeRow to the protocol

This commit is contained in:
Jonathan Guthrie 2016-10-05 15:15:50 -04:00
parent 85ce18623f
commit 605657d2b5
1 changed files with 1 additions and 0 deletions

View File

@ -8,4 +8,5 @@
public protocol StORMProtocol {
func to(_ this: StORMRow)
func makeRow()
}