// // CompileConditionalBlock.swift // Ents // // Created by Georges Boumis on 26/08/2016. // Copyright © 2016-2019 Georges Boumis. // Licensed under MIT (https://github.com/averello/Ents/blob/master/LICENSE) // import Foundation public protocol CompileConditionalBlock { func perform(_ block: () throws -> Void) rethrows }