Sha256: c3cd7d2df4bca92fd41f3168754df827b3353a798a1e8d55c551e872cc452a38

Contents?: true

Size: 548 Bytes

Versions: 6

Compression:

Stored size: 548 Bytes

Contents

//
//  <%= @prefixed_module %>ServiceRegister.m
//  <%= @project %>
//
//  Created by <%= @author %> on <%= @date %>.
//
//

#import "<%= @prefixed_module %>ServiceRegister.h"
#import <MTBaseKit/MTBaseKitHeader.h>

#import "<%= @prefixed_module %>ServiceProtocol.h"


#import "<%= @prefixed_module %>DemoViewModel.h"


@implementation <%= @prefixed_module %>ServiceRegister

@MTModuleServiceRegister(){
    MTModuleServiceRegisterExecute(<%= @prefixed_module %>DemoViewModel.class, @protocol(<%= @prefixed_module %>ServiceProtocol), nil);
}


@end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mt_tool-0.1.5 lib/mt_tool/module/template/objc/ServiceRegister.m
mt_tool-0.1.4 lib/mt_tool/module/template/objc/ServiceRegister.m
mt_tool-0.1.3 lib/mt_tool/template/objc/ServiceRegister.m
mt_tool-0.1.2 lib/mt_tool/template/objc/ServiceRegister.m
mt_tool-0.1.1 lib/mt_tool/template/objc/ServiceRegister.m
mt_tool-0.1.0 lib/mt_tool/template/objc/ServiceRegister.m