fix
This commit is contained in:
parent
3e4da17a83
commit
0f8d1fc275
|
|
@ -2,8 +2,6 @@ import LeadKit
|
|||
import RxSwift
|
||||
import Alamofire
|
||||
|
||||
{% import "Methods.swift.twig" as Methods %}
|
||||
|
||||
{% set serviceName = concat(networkServiceName, "NetworkService") -%}
|
||||
{% set protocolName = concat(networkServiceName, "NetworkProtocol") -%}
|
||||
|
||||
|
|
@ -16,7 +14,7 @@ protocol {{ protocolName }} {
|
|||
requestEncoding: ParameterEncoding?,
|
||||
requestHeaders: HTTPHeaders?) -> ApiRequestParameters
|
||||
|
||||
{% for method in Methods.methods %}
|
||||
{% for method in methods %}
|
||||
{%- include 'blocks/method/method-declaration.twig' with { method: method, isStatic: false } %}
|
||||
{% endfor %}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue