Custom renderable fixups (#13)
* Mark HBMustacheCustomRenderable public * Add HBMustacheCustomRenderable tests * swift format
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
import Foundation
|
||||
|
||||
protocol HBMustacheCustomRenderable {
|
||||
public protocol HBMustacheCustomRenderable {
|
||||
var renderText: String { get }
|
||||
var isNull: Bool { get }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user