fjbelchi/clean-iOS-architecture-generator

View on GitHub
templates/objc/Interactor.m.erb

Summary

Maintainability
Test Coverage
#import "<%=@formatter.view_model_formatter.interactor_formatter.header_file_name%>"

@interface <%=@formatter.view_model_formatter.interactor_formatter.interactor.name%> ()

@end

@implementation <%=@formatter.view_model_formatter.interactor_formatter.interactor.name%>

#pragma mark - Actions

<%=@formatter.view_model_formatter.interactor_formatter.actions_impl %>

@end