27 lines
390 B
Plaintext
Executable File
27 lines
390 B
Plaintext
Executable File
import LeadKit
|
|
import RxSwift
|
|
|
|
final class {{ module_info.name }}ViewModel: BaseViewModel {
|
|
|
|
// MARK: - Properties
|
|
|
|
// MARK: - Computed Properties
|
|
|
|
// MARK: - Services
|
|
|
|
}
|
|
|
|
// MARK: - Actions
|
|
|
|
extension {{ module_info.name }}ViewModel {
|
|
}
|
|
|
|
// MARK: - Public
|
|
|
|
extension {{ module_info.name }}ViewModel {
|
|
}
|
|
|
|
// MARK: - Private
|
|
|
|
private extension {{ module_info.name }}ViewModel {
|
|
} |