Sha256: ad1f540b3a89675d8db8e86ce7a06bad25911d7fda035cea971746fe540ab5cd

Contents?: true

Size: 352 Bytes

Versions: 2

Compression:

Stored size: 352 Bytes

Contents

//
//  <%= @prefixed_module %>Interactor.swift
//  <%= @project %>
//
//  Created by <%= @author %> on <%= @date %>.
//
//

import Foundation

protocol <%= @prefixed_module %>InteractorProtocol {
}

class <%= @prefixed_module %>Interactor: <%= @prefixed_module %>InteractorProtocol {
    weak var presenter: <%= @prefixed_module %>PresenterProtocol?
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mt_tool-0.1.5 lib/mt_tool/module/template/swift/Interactor.swift
mt_tool-0.1.4 lib/mt_tool/module/template/swift/Interactor.swift