Merge pull request #24 from TouchInstinct/fix/add_import

add Alamofire import
This commit is contained in:
Ivan Smolin 2018-04-11 21:59:14 +03:00 committed by GitHub
commit cd2802edbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import LeadKit
import RxSwift
import Alamofire
{% set serviceName = concat(networkServiceName, "NetworkService") -%}
class {{ serviceName }}: NetworkService {